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

Class: Aws::RDSDataService::Types::RollbackTransactionRequest

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

Overview

Note:

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

{
  resource_arn: "Arn", # required
  secret_arn: "Arn", # required
  transaction_id: "Id", # required
}

The request parameters represent the input of a request to perform a rollback of a transaction.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.

#secret_arnString

The name or ARN of the secret that enables access to the DB cluster.

Returns:

  • (String)

    The name or ARN of the secret that enables access to the DB cluster.

#transaction_idString

The identifier of the transaction to roll back.

Returns:

  • (String)

    The identifier of the transaction to roll back.