Class: Aws::CloudFormation::Types::ListChangeSetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListChangeSetsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
The input for the ListChangeSets action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
-
#stack_name ⇒ String
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
Instance Attribute Details
#next_token ⇒ String
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
4634 4635 4636 4637 4638 4639 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4634 class ListChangeSetsInput < Struct.new( :stack_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
4634 4635 4636 4637 4638 4639 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4634 class ListChangeSetsInput < Struct.new( :stack_name, :next_token) SENSITIVE = [] include Aws::Structure end |