athena_update_named_query: Updates a NamedQuery object

View source: R/athena_operations.R

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


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