Description Usage Arguments References Examples
Returns information about a single execution of a query. Each time a query executes, information about the query execution is saved with a unique ID.
| 1 2 3 | 
| query_execution_id | unique ID of the query execution. | 
| aws_access_key_id | AWS access key id | 
| aws_secret_access_key | AWS secret access key | 
| aws_session_token | AWS session token | 
| region_name | region name | 
| profile_name | profile name | 
| 1 2 3 4 5 6 | ## Not run: 
res <- list_query_executions()
get_query_execution(res$QueryExecutionIds[1])
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.