gluedatabrew_list_rulesets {paws.analytics} | R Documentation |
List all rulesets available in the current account or rulesets associated with a specific resource (dataset)
Description
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
See https://www.paws-r-sdk.com/docs/gluedatabrew_list_rulesets/ for full documentation.
Usage
gluedatabrew_list_rulesets(
TargetArn = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
TargetArn |
The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter indicates to return only those rulesets that are associated with the specified resource. |
MaxResults |
The maximum number of results to return in this request. |
NextToken |
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call. |
[Package paws.analytics version 0.9.0 Index]