class Aws::CloudFormation::Types::ListStackResourcesInput

The input for the ListStackResource action.

@note When making an API call, you may pass ListStackResourcesInput

data as a hash:

    {
      stack_name: "StackName", # required
      next_token: "NextToken",
    }

@!attribute [rw] stack_name

The name or the unique stack ID that is associated with the stack,
which aren't always interchangeable:

* Running stacks: You can specify either the stack's name or its
  unique stack ID.

* Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.
@return [String]

@!attribute [rw] next_token

A string that identifies the next page of stack resources that you
want to retrieve.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListStackResourcesInput AWS API Documentation

Constants

SENSITIVE