athena_list_prepared_statements: Lists the prepared statements in the specified workgroup

View source: R/athena_operations.R

athena_list_prepared_statementsR Documentation

Lists the prepared statements in the specified workgroup

Description

Lists the prepared statements in the specified workgroup.

See https://www.paws-r-sdk.com/docs/athena_list_prepared_statements/ for full documentation.

Usage

athena_list_prepared_statements(WorkGroup, NextToken = NULL, MaxResults = NULL)

Arguments

WorkGroup

[required] The workgroup to list the prepared statements for.

NextToken

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

MaxResults

The maximum number of results to return in this request.


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