Description Usage Arguments References Examples
Returns information about a single query.
1 2 3 |
named_query_id |
unique ID of the named query |
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 |
https://boto3.readthedocs.io/en/latest/reference/services/athena.html#Athena.Client.get_named_query
1 2 3 4 5 6 | ## Not run:
res <- list_named_queries()
get_named_query(res$NamedQueryIds[1])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.