paws.analytics (version 0.1.0)

athena_list_named_queries: Provides a list of available query IDs only for queries saved in the specified workgroup

Description

Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the workgroup.

Usage

athena_list_named_queries(NextToken, MaxResults, WorkGroup)

Arguments

NextToken

The token that specifies where to start pagination if a previous request was truncated.

MaxResults

The maximum number of queries to return in this request.

WorkGroup

The name of the workgroup from which the named queries are being returned.

Request syntax

svc$list_named_queries(
  NextToken = "string",
  MaxResults = 123,
  WorkGroup = "string"
)

Details

For code samples using the AWS SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.