Class: Aws::RDSDataService::Types::RollbackTransactionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::RollbackTransactionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rdsdataservice/types.rb
Overview
The request parameters represent the input of a request to perform a rollback of a transaction.
Constant Summary collapse
- SENSITIVE =
[]
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 roll back.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
849 850 851 852 853 854 855 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 849 class RollbackTransactionRequest < Struct.new( :resource_arn, :secret_arn, :transaction_id) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The name or ARN of the secret that enables access to the DB cluster.
849 850 851 852 853 854 855 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 849 class RollbackTransactionRequest < Struct.new( :resource_arn, :secret_arn, :transaction_id) SENSITIVE = [] include Aws::Structure end |
#transaction_id ⇒ String
The identifier of the transaction to roll back.
849 850 851 852 853 854 855 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 849 class RollbackTransactionRequest < Struct.new( :resource_arn, :secret_arn, :transaction_id) SENSITIVE = [] include Aws::Structure end |