Update Prepared Statement
athena_update_prepared_statement | R Documentation |
Updates a prepared statement¶
Description¶
Updates a prepared statement.
Usage¶
athena_update_prepared_statement(StatementName, WorkGroup,
QueryStatement, Description)
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. |
Value¶
An empty list.
Request syntax¶
svc$update_prepared_statement(
StatementName = "string",
WorkGroup = "string",
QueryStatement = "string",
Description = "string"
)