Module: Aws::Athena::Client::_BatchGetQueryExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetQueryExecutionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #query_executions ⇒ ::Array[Types::QueryExecution]
- #unprocessed_query_execution_ids ⇒ ::Array[Types::UnprocessedQueryExecutionId]
Instance Method Details
#query_executions ⇒ ::Array[Types::QueryExecution]
107 |
# File 'sig/client.rbs', line 107
def query_executions: () -> ::Array[Types::QueryExecution]
|
#unprocessed_query_execution_ids ⇒ ::Array[Types::UnprocessedQueryExecutionId]
108 |
# File 'sig/client.rbs', line 108
def unprocessed_query_execution_ids: () -> ::Array[Types::UnprocessedQueryExecutionId]
|