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

Class: Aws::CloudFormation::Types::CancelUpdateStackInput

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

Overview

Note:

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

{
  stack_name: "StackName", # required
  client_request_token: "ClientRequestToken",
}

The input for the CancelUpdateStack action.

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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

Returns:

  • (String)

    A unique identifier for this CancelUpdateStack request.

#stack_nameString

The name or the unique stack ID that is associated with the stack.

Returns:

  • (String)

    The name or the unique stack ID that is associated with the stack.