class Aws::WorkDocs::Types::UpdateFolderRequest

@note When making an API call, you may pass UpdateFolderRequest

data as a hash:

    {
      authentication_token: "AuthenticationHeaderType",
      folder_id: "ResourceIdType", # required
      name: "ResourceNameType",
      parent_folder_id: "ResourceIdType",
      resource_state: "ACTIVE", # accepts ACTIVE, RESTORING, RECYCLING, RECYCLED
    }

@!attribute [rw] authentication_token

Amazon WorkDocs authentication token. Not required when using AWS
administrator credentials to access the API.
@return [String]

@!attribute [rw] folder_id

The ID of the folder.
@return [String]

@!attribute [rw] name

The name of the folder.
@return [String]

@!attribute [rw] parent_folder_id

The ID of the parent folder.
@return [String]

@!attribute [rw] resource_state

The resource state of the folder. Only ACTIVE and RECYCLED are
accepted values from the API.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/UpdateFolderRequest AWS API Documentation

Constants

SENSITIVE