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.
      851 852 853 854 855  | 
    
      # File 'lib/aws-sdk-rdsdataservice/types.rb', line 851 class RollbackTransactionResponse < Struct.new( :transaction_status) SENSITIVE = [] include Aws::Structure end  |