Class: Aws::CloudFormation::Types::ListChangeSetsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

The input for the ListChangeSets action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4625

class ListChangeSetsInput < Struct.new(
  :stack_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4625

class ListChangeSetsInput < Struct.new(
  :stack_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end