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.
9921 9922 9923 9924 9925 9926 9927 9928 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9921 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.
9921 9922 9923 9924 9925 9926 9927 9928 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9921 class Metadata < Struct.new( :etag, :file_size, :last_modified, :mime_type) SENSITIVE = [] include Aws::Structure end |