Class: Aws::MediaConvert::Types::Metadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::Metadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Metadata about the file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The ETag of the file.
-
#file_size ⇒ Integer
The size of the file in bytes.
-
#last_modified ⇒ Time
The last modification time of the file.
-
#mime_type ⇒ String
The MIME type of the file.
Instance Attribute Details
#etag ⇒ String
The ETag of the file.
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_size ⇒ Integer
The size of the file in bytes.
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 |