Learn R Programming

paws.analytics (version 0.7.0)

athena_update_prepared_statement: 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.