quicksight_describe_folder_permissions {paws.analytics} | R Documentation |
Describes permissions for a folder
Description
Describes permissions for a folder.
See https://www.paws-r-sdk.com/docs/quicksight_describe_folder_permissions/ for full documentation.
Usage
quicksight_describe_folder_permissions(
AwsAccountId,
FolderId,
Namespace = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
AwsAccountId |
[required] The ID for the Amazon Web Services account that contains the folder. |
FolderId |
[required] The ID of the folder. |
Namespace |
The namespace of the folder whose permissions you want described. |
MaxResults |
The maximum number of results to be returned per request. |
NextToken |
A pagination token for the next set of results. |
[Package paws.analytics version 0.7.0 Index]