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

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

Overview

The output for the ListChangeSets action.

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)


2783
2784
2785
2786
2787
# File 'lib/aws-sdk-cloudformation/types.rb', line 2783

class ListChangeSetsOutput < Struct.new(
  :summaries,
  :next_token)
  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:



2783
2784
2785
2786
2787
# File 'lib/aws-sdk-cloudformation/types.rb', line 2783

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