athena_update_named_query {paws.analytics} | R Documentation |
Updates a NamedQuery object
Description
Updates a NamedQuery object. The database or workgroup cannot be updated.
See https://www.paws-r-sdk.com/docs/athena_update_named_query/ for full documentation.
Usage
athena_update_named_query(NamedQueryId, Name, Description = NULL, QueryString)
Arguments
NamedQueryId |
[required] The unique identifier (UUID) of the query. |
Name |
[required] The name of the query. |
Description |
The query description. |
QueryString |
[required] The contents of the query with all query statements. |
[Package paws.analytics version 0.7.0 Index]