athena_batch_get_query_execution {paws.analytics} | R Documentation |
Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings
Description
Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. Requires you to have access to the workgroup in which the queries ran. To get a list of query execution IDs, use ListQueryExecutionsInput$WorkGroup. Query executions differ from named (saved) queries. Use BatchGetNamedQueryInput to get details about named queries.
See https://www.paws-r-sdk.com/docs/athena_batch_get_query_execution/ for full documentation.
Usage
athena_batch_get_query_execution(QueryExecutionIds)
Arguments
QueryExecutionIds |
[required] An array of query execution IDs. |
[Package paws.analytics version 0.9.0 Index]