Restore Analysis
quicksight_restore_analysis | R Documentation |
Restores an analysis¶
Description¶
Restores an analysis.
Usage¶
quicksight_restore_analysis(AwsAccountId, AnalysisId, RestoreToFolders)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the analysis. |
AnalysisId |
[required] The ID of the analysis that you're restoring. |
RestoreToFolders |
A boolean value that determines if the analysis will be restored
to folders that it previously resided in. A |
Value¶
A list with the following syntax:
list(
Status = 123,
Arn = "string",
AnalysisId = "string",
RequestId = "string",
RestorationFailedFolderArns = list(
"string"
)
)
Request syntax¶
svc$restore_analysis(
AwsAccountId = "string",
AnalysisId = "string",
RestoreToFolders = TRUE|FALSE
)