View source: R/quicksight_operations.R
quicksight_list_folders_for_resource | R Documentation |
List 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.
quicksight_list_folders_for_resource(
AwsAccountId,
ResourceArn,
NextToken = NULL,
MaxResults = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.