Class: Aws::RDSDataService::Types::ExecuteSqlResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDSDataService::Types::ExecuteSqlResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rdsdataservice/types.rb
 
Overview
The response elements represent the output of a request to run one or more SQL statements.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #sql_statement_results  ⇒ Array<Types::SqlStatementResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The results of the SQL statement or statements.
 
Instance Attribute Details
#sql_statement_results ⇒ Array<Types::SqlStatementResult>
The results of the SQL statement or statements.
      433 434 435 436 437  | 
    
      # File 'lib/aws-sdk-rdsdataservice/types.rb', line 433 class ExecuteSqlResponse < Struct.new( :sql_statement_results) SENSITIVE = [] include Aws::Structure end  |