athena_update_prepared_statement {paws.analytics} | R Documentation |
Updates a prepared statement
Description
Updates a prepared statement.
See https://www.paws-r-sdk.com/docs/athena_update_prepared_statement/ for full documentation.
Usage
athena_update_prepared_statement(
StatementName,
WorkGroup,
QueryStatement,
Description = NULL
)
Arguments
StatementName |
[required] The name of the prepared statement. |
WorkGroup |
[required] The workgroup for the prepared statement. |
QueryStatement |
[required] The query string for the prepared statement. |
Description |
The description of the prepared statement. |
[Package paws.analytics version 0.9.0 Index]