athena_list_notebook_metadata: Displays the notebook files for the specified workgroup in...

View source: R/athena_operations.R

athena_list_notebook_metadataR Documentation

Displays the notebook files for the specified workgroup in paginated format

Description

Displays the notebook files for the specified workgroup in paginated format.

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

Usage

athena_list_notebook_metadata(
  Filters = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  WorkGroup
)

Arguments

Filters

Search filter string.

NextToken

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.

MaxResults

Specifies the maximum number of results to return.

WorkGroup

[required] The name of the Spark enabled workgroup to retrieve notebook metadata for.


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