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

Class: Aws::WorkDocs::Types::ResourceMetadata

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

Overview

Describes the metadata of a resource.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the resource.

Returns:

  • (String)

    The ID of the resource.

#nameString

The name of the resource.

Returns:

  • (String)

    The name of the resource.

#original_nameString

The original name of the resource before a rename operation.

Returns:

  • (String)

    The original name of the resource before a rename operation.

#ownerTypes::UserMetadata

The owner of the resource.

Returns:

#parent_idString

The parent ID of the resource before a rename operation.

Returns:

  • (String)

    The parent ID of the resource before a rename operation.

#typeString

The type of resource.

Possible values:

  • FOLDER
  • DOCUMENT

Returns:

  • (String)

    The type of resource.

#version_idString

The version ID of the resource. This is an optional field and is filled for action on document version.

Returns:

  • (String)

    The version ID of the resource.