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

Class: Aws::CloudFormation::Types::DescribeChangeSetInput

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

Overview

Note:

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

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

The input for the DescribeChangeSet action.

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_nameString

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

Returns:

  • (String)

    The name or Amazon Resource Name (ARN) of the change set that you want to describe.

#next_tokenString

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

Returns:

  • (String)

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

#stack_nameString

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

Returns:

  • (String)

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