Lists all the themes in the current AWS account.
quicksight_list_themes(AwsAccountId, NextToken, MaxResults, Type)
[required] The ID of the AWS account that contains the themes that you\'re listing.
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.
The type of themes that you want to list. Valid options include the following:
ALL (default)
- Display all existing themes.
CUSTOM
- Display only the themes created by people using Amazon
QuickSight.
QUICKSIGHT
- Display only the starting themes defined by
QuickSight.
svc$list_themes( AwsAccountId = "string", NextToken = "string", MaxResults = 123, Type = "QUICKSIGHT"|"CUSTOM"|"ALL" )