quicksight_list_groups {paws.analytics} | R Documentation |
Lists all user groups in Amazon QuickSight
Description
Lists all user groups in Amazon QuickSight.
See https://www.paws-r-sdk.com/docs/quicksight_list_groups/ for full documentation.
Usage
quicksight_list_groups(
AwsAccountId,
NextToken = NULL,
MaxResults = NULL,
Namespace
)
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. |
Namespace |
[required] The namespace that you want a list of groups from. |
[Package paws.analytics version 0.9.0 Index]