glue_list_data_quality_rulesets {paws.analytics} | R Documentation |
Returns a paginated list of rulesets for the specified list of Glue tables
Description
Returns a paginated list of rulesets for the specified list of Glue tables.
See https://www.paws-r-sdk.com/docs/glue_list_data_quality_rulesets/ for full documentation.
Usage
glue_list_data_quality_rulesets(
NextToken = NULL,
MaxResults = NULL,
Filter = NULL,
Tags = NULL
)
Arguments
NextToken |
A paginated token to offset the results. |
MaxResults |
The maximum number of results to return. |
Filter |
The filter criteria. |
Tags |
A list of key-value pair tags. |
[Package paws.analytics version 0.7.0 Index]