class Aws::CloudFormation::Types::DescribeStacksInput
The input for DescribeStacks action.
@note When making an API call, you may pass DescribeStacksInput
data as a hash: { stack_name: "StackName", next_token: "NextToken", }
@!attribute [rw] stack_name
The name or the unique stack ID that's 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 stacks that you want to retrieve. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStacksInput AWS API Documentation
Constants
- SENSITIVE