List Templates
quicksight_list_templates | R Documentation |
Lists all the templates in the current Amazon QuickSight account¶
Description¶
Lists all the templates in the current Amazon QuickSight account.
Usage¶
Arguments¶
AwsAccountId
[required] The ID of the Amazon Web Services account that contains the templates that you're listing.
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.
Value¶
A list with the following syntax:
list(
TemplateSummaryList = list(
list(
Arn = "string",
TemplateId = "string",
Name = "string",
LatestVersionNumber = 123,
CreatedTime = as.POSIXct(
"2015-01-01"
),
LastUpdatedTime = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string",
Status = 123,
RequestId = "string"
)