Class: Aws::Athena::Types::BatchGetQueryExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::BatchGetQueryExecutionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_executions ⇒ Array<Types::QueryExecution>
Information about a query execution.
-
#unprocessed_query_execution_ids ⇒ Array<Types::UnprocessedQueryExecutionId>
Information about the query executions that failed to run.
Instance Attribute Details
#query_executions ⇒ Array<Types::QueryExecution>
Information about a query execution.
207 208 209 210 211 212 |
# File 'lib/aws-sdk-athena/types.rb', line 207 class BatchGetQueryExecutionOutput < Struct.new( :query_executions, :unprocessed_query_execution_ids) SENSITIVE = [] include Aws::Structure end |
#unprocessed_query_execution_ids ⇒ Array<Types::UnprocessedQueryExecutionId>
Information about the query executions that failed to run.
207 208 209 210 211 212 |
# File 'lib/aws-sdk-athena/types.rb', line 207 class BatchGetQueryExecutionOutput < Struct.new( :query_executions, :unprocessed_query_execution_ids) SENSITIVE = [] include Aws::Structure end |