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
)
[required] The ID for the Amazon Web Services account that contains the resource.
[required] The Amazon Resource Name (ARN) the resource whose folders you need to list.
The token for the next set of results, or null if there are no more results.
The maximum number of results to be returned per request.