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

Class: Aws::WorkDocs::Types::FolderMetadata

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time when the folder was created.

Returns:

  • (Time)

    The time when the folder was created.

#creator_idString

The ID of the creator.

Returns:

  • (String)

    The ID of the creator.

#idString

The ID of the folder.

Returns:

  • (String)

    The ID of the folder.

#labelsArray<String>

List of labels on the folder.

Returns:

  • (Array<String>)

    List of labels on the folder.

#latest_version_sizeInteger

The size of the latest version of the folder metadata.

Returns:

  • (Integer)

    The size of the latest version of the folder metadata.

#modified_timestampTime

The time when the folder was updated.

Returns:

  • (Time)

    The time when the folder was updated.

#nameString

The name of the folder.

Returns:

  • (String)

    The name of the folder.

#parent_folder_idString

The ID of the parent folder.

Returns:

  • (String)

    The ID of the parent folder.

#resource_stateString

The resource state of the folder.

Possible values:

  • ACTIVE
  • RESTORING
  • RECYCLING
  • RECYCLED

Returns:

  • (String)

    The resource state of the folder.

#signatureString

The unique identifier created from the subfolders and documents of the folder.

Returns:

  • (String)

    The unique identifier created from the subfolders and documents of the folder.

#sizeInteger

The size of the folder metadata.

Returns:

  • (Integer)

    The size of the folder metadata.