athena_update_prepared_statement: Updates a prepared statement

View source: R/athena_operations.R

athena_update_prepared_statementR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.