Class: Aws::RDSDataService::Types::RollbackTransactionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::RollbackTransactionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rdsdataservice/types.rb
Overview
The response elements represent the output of a request to perform a rollback of a transaction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_status ⇒ String
The status of the rollback operation.
Instance Attribute Details
#transaction_status ⇒ String
The status of the rollback operation.
866 867 868 869 870 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 866 class RollbackTransactionResponse < Struct.new( :transaction_status) SENSITIVE = [] include Aws::Structure end |