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

Class: Aws::WorkDocs::Types::DocumentMetadata

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time when the document was created.

Returns:

  • (Time)

    The time when the document was created.

#creator_idString

The ID of the creator.

Returns:

  • (String)

    The ID of the creator.

#idString

The ID of the document.

Returns:

  • (String)

    The ID of the document.

#labelsArray<String>

List of labels on the document.

Returns:

  • (Array<String>)

    List of labels on the document.

#latest_version_metadataTypes::DocumentVersionMetadata

The latest version of the document.

Returns:

#modified_timestampTime

The time when the document was updated.

Returns:

  • (Time)

    The time when the document was updated.

#parent_folder_idString

The ID of the parent folder.

Returns:

  • (String)

    The ID of the parent folder.

#resource_stateString

The resource state.

Possible values:

  • ACTIVE
  • RESTORING
  • RECYCLING
  • RECYCLED

Returns:

  • (String)

    The resource state.