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.
448 449 450 451 452 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 448 class ExecuteSqlResponse < Struct.new( :sql_statement_results) SENSITIVE = [] include Aws::Structure end |