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

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

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

Overview

Note:

When passing ListChangeSetsInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  stack_name: "StackNameOrId", # required
  next_token: "NextToken",
}

The input for the ListChangeSets action.

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)

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

#stack_nameString

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

Returns:

  • (String)

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