Class: Aws::RDSDataService::Types::RollbackTransactionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDSDataService::Types::RollbackTransactionResponse
 
- Defined in:
- gems/aws-sdk-rdsdataservice/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.
| 879 880 881 882 883 | # File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 879 class RollbackTransactionResponse < Struct.new( :transaction_status) SENSITIVE = [] include Aws::Structure end |