workdocs_update_folder: Updates the specified attributes of the specified folder

View source: R/workdocs_operations.R

workdocs_update_folderR Documentation

Updates the specified attributes of the specified folder

Description

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.

Usage

workdocs_update_folder(
  AuthenticationToken = NULL,
  FolderId,
  Name = NULL,
  ParentFolderId = NULL,
  ResourceState = NULL
)

Arguments

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.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.