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

Class: Aws::CloudFormation::Types::ExecuteChangeSetInput

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

Overview

Note:

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

{
  change_set_name: "ChangeSetNameOrId", # required
  stack_name: "StackNameOrId",
  client_request_token: "ClientRequestToken",
}

The input for the ExecuteChangeSet action.

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_nameString

The name or ARN of the change set that you want use to update the specified stack.

Returns:

  • (String)

    The name or ARN of the change set that you want use to update the specified stack.

#client_request_tokenString

A unique identifier for this ExecuteChangeSet request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you\'re not attempting to execute a change set to update a stack with the same name. You might retry ExecuteChangeSet requests to ensure that AWS CloudFormation successfully received them.

Returns:

  • (String)

    A unique identifier for this ExecuteChangeSet request.

#stack_nameString

If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

Returns:

  • (String)

    If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.