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
- Struct
- Aws::MediaStoreData::Types::Item
- Defined in:
- (unknown)
Overview
A metadata entry for a folder or object.
Instance Attribute Summary collapse
-
#content_length ⇒ Integer
The length of the item in bytes.
-
#content_type ⇒ String
The content type of the item.
-
#etag ⇒ String
The ETag that represents a unique instance of the item.
-
#last_modified ⇒ Time
The date and time that the item was last modified.
-
#name ⇒ String
The name of the item.
-
#type ⇒ String
The item type (folder or object).
Instance Attribute Details
#content_length ⇒ Integer
The length of the item in bytes.
#content_type ⇒ String
The content type of the item.
#etag ⇒ String
The ETag that represents a unique instance of the item.
#last_modified ⇒ Time
The date and time that the item was last modified.
#name ⇒ String
The name of the item.
#type ⇒ String
The item type (folder or object).
Possible values:
- OBJECT
- FOLDER