List all folders that a resource is a member of
Source:R/quicksight_operations.R
quicksight_list_folders_for_resource.RdList all folders that a resource is a member of.
See https://www.paws-r-sdk.com/docs/quicksight_list_folders_for_resource/ for full documentation.
Usage
quicksight_list_folders_for_resource(
AwsAccountId,
ResourceArn,
NextToken = NULL,
MaxResults = NULL
)Arguments
- AwsAccountId
[required] The ID for the Amazon Web Services account that contains the resource.
- ResourceArn
[required] The Amazon Resource Name (ARN) the resource whose folders you need to list.
- NextToken
The token for the next set of results, or null if there are no more results.
- MaxResults
The maximum number of results to be returned per request.