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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb

Overview

A metadata entry for a folder or object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_lengthInteger

The length of the item in bytes.

Returns:

  • (Integer)


253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 253

class Item < Struct.new(
  :name,
  :type,
  :etag,
  :last_modified,
  :content_type,
  :content_length)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The content type of the item.

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 253

class Item < Struct.new(
  :name,
  :type,
  :etag,
  :last_modified,
  :content_type,
  :content_length)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The ETag that represents a unique instance of the item.

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 253

class Item < Struct.new(
  :name,
  :type,
  :etag,
  :last_modified,
  :content_type,
  :content_length)
  SENSITIVE = []
  include Aws::Structure
end

#last_modifiedTime

The date and time that the item was last modified.

Returns:

  • (Time)


253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 253

class Item < Struct.new(
  :name,
  :type,
  :etag,
  :last_modified,
  :content_type,
  :content_length)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the item.

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 253

class Item < Struct.new(
  :name,
  :type,
  :etag,
  :last_modified,
  :content_type,
  :content_length)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The item type (folder or object).

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 253

class Item < Struct.new(
  :name,
  :type,
  :etag,
  :last_modified,
  :content_type,
  :content_length)
  SENSITIVE = []
  include Aws::Structure
end