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

Class: Aws::MediaStoreData::Types::Item

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

Overview

A metadata entry for a folder or object.

Instance Attribute Summary collapse

Instance Attribute Details

#content_lengthInteger

The length of the item in bytes.

Returns:

  • (Integer)

    The length of the item in bytes.

#content_typeString

The content type of the item.

Returns:

  • (String)

    The content type of the item.

#etagString

The ETag that represents a unique instance of the item.

Returns:

  • (String)

    The ETag that represents a unique instance of the item.

#last_modifiedTime

The date and time that the item was last modified.

Returns:

  • (Time)

    The date and time that the item was last modified.

#nameString

The name of the item.

Returns:

  • (String)

    The name of the item.

#typeString

The item type (folder or object).

Possible values:

  • OBJECT
  • FOLDER

Returns:

  • (String)

    The item type (folder or object).