class Aws::CloudFormation::Types::CancelUpdateStackInput

The input for the CancelUpdateStack action.

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

data as a hash:

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

@!attribute [rw] stack_name

The name or the unique stack ID that's associated with the stack.
@return [String]

@!attribute [rw] client_request_token

A unique identifier for this `CancelUpdateStack` request. Specify
this token if you plan to retry requests so that 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 CloudFormation successfully received them.
@return [String]

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

Constants

SENSITIVE