paws.analytics (version 0.1.0)

athena_get_named_query: Returns information about a single query

Description

Returns information about a single query. Requires that you have access to the workgroup in which the query was saved.

Usage

athena_get_named_query(NamedQueryId)

Arguments

NamedQueryId

[required] The unique ID of the query. Use ListNamedQueries to get query IDs.

Request syntax

svc$get_named_query(
  NamedQueryId = "string"
)