You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The output for the ListChangeSets action.

Returned by:

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)

    If the output exceeds 1 MB, a string that identifies the next page of change sets.

#summariesArray<Types::ChangeSetSummary>

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

Returns:

  • (Array<Types::ChangeSetSummary>)

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