athena_list_notebook_metadata {paws.analytics} | R 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. |
[Package paws.analytics version 0.9.0 Index]