class Aws::CloudFormation::Types::RollbackStackInput

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

data as a hash:

    {
      stack_name: "StackNameOrId", # required
      role_arn: "RoleARN",
      client_request_token: "ClientRequestToken",
    }

@!attribute [rw] stack_name

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

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of an Identity and Access Management
role that CloudFormation assumes to rollback the stack.
@return [String]

@!attribute [rw] client_request_token

A unique identifier for this `RollbackStack` request.
@return [String]

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

Constants

SENSITIVE