You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkDocs::Types::DocumentVersionMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#content_created_timestampTime

The timestamp when the content of the document was originally created.

Returns:

  • (Time)

    The timestamp when the content of the document was originally created.

#content_modified_timestampTime

The timestamp when the content of the document was modified.

Returns:

  • (Time)

    The timestamp when the content of the document was modified.

#content_typeString

The content type of the document.

Returns:

  • (String)

    The content type of the document.

#created_timestampTime

The timestamp when the document was first uploaded.

Returns:

  • (Time)

    The timestamp when the document was first uploaded.

#creator_idString

The ID of the creator.

Returns:

  • (String)

    The ID of the creator.

#idString

The ID of the version.

Returns:

  • (String)

    The ID of the version.

#modified_timestampTime

The timestamp when the document was last uploaded.

Returns:

  • (Time)

    The timestamp when the document was last uploaded.

#nameString

The name of the version.

Returns:

  • (String)

    The name of the version.

#signatureString

The signature of the document.

Returns:

  • (String)

    The signature of the document.

#sizeInteger

The size of the document, in bytes.

Returns:

  • (Integer)

    The size of the document, in bytes.

#sourceHash<String,String>

The source of the document.

Returns:

  • (Hash<String,String>)

    The source of the document.

#statusString

The status of the document.

Possible values:

  • INITIALIZED
  • ACTIVE

Returns:

  • (String)

    The status of the document.

#thumbnailHash<String,String>

The thumbnail of the document.

Returns:

  • (Hash<String,String>)

    The thumbnail of the document.