List Themes
| quicksight_list_themes | R Documentation |
Lists all the themes in the current Amazon Web Services account¶
Description¶
Lists all the themes in the current Amazon Web Services account.
Usage¶
Arguments¶
AwsAccountId[required] The ID of the Amazon Web Services account that contains the themes that you're listing.
NextTokenThe token for the next set of results, or null if there are no more results.
MaxResultsThe maximum number of results to be returned per request.
TypeThe 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 Amazon QuickSight.
Value¶
A list with the following syntax:
list(
ThemeSummaryList = list(
list(
Arn = "string",
Name = "string",
ThemeId = "string",
LatestVersionNumber = 123,
CreatedTime = as.POSIXct(
"2015-01-01"
),
LastUpdatedTime = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string",
Status = 123,
RequestId = "string"
)