class Aws::WorkDocs::Types::InitiateDocumentVersionUploadRequest

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

data as a hash:

    {
      authentication_token: "AuthenticationHeaderType",
      id: "ResourceIdType",
      name: "ResourceNameType",
      content_created_timestamp: Time.now,
      content_modified_timestamp: Time.now,
      content_type: "DocumentContentType",
      document_size_in_bytes: 1,
      parent_folder_id: "ResourceIdType", # required
    }

@!attribute [rw] authentication_token

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

@!attribute [rw] id

The ID of the document.
@return [String]

@!attribute [rw] name

The name of the document.
@return [String]

@!attribute [rw] content_created_timestamp

The timestamp when the content of the document was originally
created.
@return [Time]

@!attribute [rw] content_modified_timestamp

The timestamp when the content of the document was modified.
@return [Time]

@!attribute [rw] content_type

The content type of the document.
@return [String]

@!attribute [rw] document_size_in_bytes

The size of the document, in bytes.
@return [Integer]

@!attribute [rw] parent_folder_id

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

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

Constants

SENSITIVE