Class: Aws::MediaConvert::Types::Metadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Metadata about the file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The ETag of the file.

Returns:

  • (String)


9861
9862
9863
9864
9865
9866
9867
9868
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9861

class Metadata < Struct.new(
  :etag,
  :file_size,
  :last_modified,
  :mime_type)
  SENSITIVE = []
  include Aws::Structure
end

#file_sizeInteger

The size of the file in bytes.

Returns:

  • (Integer)


9861
9862
9863
9864
9865
9866
9867
9868
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9861

class Metadata < Struct.new(
  :etag,
  :file_size,
  :last_modified,
  :mime_type)
  SENSITIVE = []
  include Aws::Structure
end

#last_modifiedTime

The last modification time of the file.

Returns:

  • (Time)


9861
9862
9863
9864
9865
9866
9867
9868
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9861

class Metadata < Struct.new(
  :etag,
  :file_size,
  :last_modified,
  :mime_type)
  SENSITIVE = []
  include Aws::Structure
end

#mime_typeString

The MIME type of the file.

Returns:

  • (String)


9861
9862
9863
9864
9865
9866
9867
9868
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9861

class Metadata < Struct.new(
  :etag,
  :file_size,
  :last_modified,
  :mime_type)
  SENSITIVE = []
  include Aws::Structure
end