Class: Aws::RDSDataService::Types::CommitTransactionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::CommitTransactionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rdsdataservice/types.rb
Overview
The response elements represent the output of a commit transaction request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_status ⇒ String
The status of the commit operation.
Instance Attribute Details
#transaction_status ⇒ String
The status of the commit operation.
338 339 340 341 342 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 338 class CommitTransactionResponse < Struct.new( :transaction_status) SENSITIVE = [] include Aws::Structure end |