Class: Aws::RDSDataService::Types::BeginTransactionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDSDataService::Types::BeginTransactionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rdsdataservice/types.rb
 
Overview
The response elements represent the output of a request to start a SQL transaction.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #transaction_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The transaction ID of the transaction started by the call.
 
Instance Attribute Details
#transaction_id ⇒ String
The transaction ID of the transaction started by the call.
      219 220 221 222 223  | 
    
      # File 'lib/aws-sdk-rdsdataservice/types.rb', line 219 class BeginTransactionResponse < Struct.new( :transaction_id) SENSITIVE = [] include Aws::Structure end  |