Lists Amazon QuickSight analyses that exist in the specified AWS account.
quicksight_list_analyses(AwsAccountId, NextToken, MaxResults)
A list with the following syntax:
list(
AnalysisSummaryList = list(
list(
Arn = "string",
AnalysisId = "string",
Name = "string",
Status = "CREATION_IN_PROGRESS"|"CREATION_SUCCESSFUL"|"CREATION_FAILED"|"UPDATE_IN_PROGRESS"|"UPDATE_SUCCESSFUL"|"UPDATE_FAILED"|"DELETED",
CreatedTime = as.POSIXct(
"2015-01-01"
),
LastUpdatedTime = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string",
Status = 123,
RequestId = "string"
)
[required] The ID of the AWS account that contains the analyses.
A pagination token that can be used in a subsequent request.
The maximum number of results to return.
svc$list_analyses(
AwsAccountId = "string",
NextToken = "string",
MaxResults = 123
)