quicksight_search_groups {paws.analytics} | R Documentation |
Use the SearchGroups operation to search groups in a specified Amazon QuickSight namespace using the supplied filters
Description
Use the search_groups
operation to search groups in a specified Amazon QuickSight namespace using the supplied filters.
See https://www.paws-r-sdk.com/docs/quicksight_search_groups/ for full documentation.
Usage
quicksight_search_groups(
AwsAccountId,
NextToken = NULL,
MaxResults = NULL,
Namespace,
Filters
)
Arguments
AwsAccountId |
[required] The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account. |
NextToken |
A pagination token that can be used in a subsequent request. |
MaxResults |
The maximum number of results to return from this request. |
Namespace |
[required] The namespace that you want to search. |
Filters |
[required] The structure for the search filters that you want to apply to your search. |
[Package paws.analytics version 0.7.0 Index]