class Aws::CloudFormation::Types::ListChangeSetsInput

The input for the ListChangeSets action.

@note When making an API call, you may pass ListChangeSetsInput

data as a hash:

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

@!attribute [rw] stack_name

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

@!attribute [rw] next_token

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

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListChangeSetsInput AWS API Documentation

Constants

SENSITIVE