Class: Aws::CloudFormation::Types::ListChangeSetsOutput

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

Overview

The output for the ListChangeSets action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

Returns:

  • (String)


4656
4657
4658
4659
4660
4661
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4656

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

#summariesArray<Types::ChangeSetSummary>

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

Returns:



4656
4657
4658
4659
4660
4661
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4656

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