Class: Aws::RDSDataService::Types::BatchExecuteStatementResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDSDataService::Types::BatchExecuteStatementResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rdsdataservice/types.rb
 
Overview
The response elements represent the output of a SQL statement over an array of data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #update_results  ⇒ Array<Types::UpdateResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The execution results of each batch entry.
 
Instance Attribute Details
#update_results ⇒ Array<Types::UpdateResult>
The execution results of each batch entry.
      174 175 176 177 178  | 
    
      # File 'lib/aws-sdk-rdsdataservice/types.rb', line 174 class BatchExecuteStatementResponse < Struct.new( :update_results) SENSITIVE = [] include Aws::Structure end  |