You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDSDataService::Types::CommitTransactionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::CommitTransactionRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CommitTransactionRequest 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 commit transaction request.
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
-
#secret_arn ⇒ String
The name or ARN of the secret that enables access to the DB cluster.
-
#transaction_id ⇒ String
The identifier of the transaction to end and commit.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
#secret_arn ⇒ String
The name or ARN of the secret that enables access to the DB cluster.
#transaction_id ⇒ String
The identifier of the transaction to end and commit.