class Aws::WorkDocs::Types::UpdateDocumentRequest

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

data as a hash:

    {
      authentication_token: "AuthenticationHeaderType",
      document_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] document_id

The ID of the document.
@return [String]

@!attribute [rw] name

The name of the document.
@return [String]

@!attribute [rw] parent_folder_id

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

@!attribute [rw] resource_state

The resource state of the document. Only ACTIVE and RECYCLED are
supported.
@return [String]

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

Constants

SENSITIVE