class Aws::CloudFormation::Types::DescribeChangeSetInput

The input for the DescribeChangeSet action.

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

data as a hash:

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

@!attribute [rw] change_set_name

The name or Amazon Resource Name (ARN) of the change set that you
want to describe.
@return [String]

@!attribute [rw] stack_name

If you specified the name of a change set, specify the stack name or
ID (ARN) of the change set you want to describe.
@return [String]

@!attribute [rw] next_token

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

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

Constants

SENSITIVE