Update Folder
quicksight_update_folder | R Documentation |
Updates the name of a folder¶
Description¶
Updates the name of a folder.
Usage¶
quicksight_update_folder(AwsAccountId, FolderId, Name)
Arguments¶
AwsAccountId |
[required] The ID for the Amazon Web Services account that contains the folder to update. |
FolderId |
[required] The ID of the folder. |
Name |
[required] The name of the folder. |
Value¶
A list with the following syntax:
list(
Status = 123,
Arn = "string",
FolderId = "string",
RequestId = "string"
)
Request syntax¶
svc$update_folder(
AwsAccountId = "string",
FolderId = "string",
Name = "string"
)