workdocs_update_folder {paws.end.user.computing} | R Documentation |
Updates the specified attributes of the specified folder. The user must have access to both the folder and its parent folder, if applicable.
See https://www.paws-r-sdk.com/docs/workdocs_update_folder/ for full documentation.
workdocs_update_folder(
AuthenticationToken = NULL,
FolderId,
Name = NULL,
ParentFolderId = NULL,
ResourceState = NULL
)
AuthenticationToken |
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API. |
FolderId |
[required] The ID of the folder. |
Name |
The name of the folder. |
ParentFolderId |
The ID of the parent folder. |
ResourceState |
The resource state of the folder. Only ACTIVE and RECYCLED are accepted values from the API. |