Class: Aws::Types::ImageMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ImageMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_extension ⇒ ::String
Returns the value of attribute file_extension.
-
#last_upload_timestamp ⇒ ::Time
Returns the value of attribute last_upload_timestamp.
-
#mime_type ⇒ "image/png", ...
Returns the value of attribute mime_type.
Instance Attribute Details
#file_extension ⇒ ::String
Returns the value of attribute file_extension.
716 717 718 |
# File 'sig/types.rbs', line 716 def file_extension @file_extension end |
#last_upload_timestamp ⇒ ::Time
Returns the value of attribute last_upload_timestamp.
717 718 719 |
# File 'sig/types.rbs', line 717 def end |
#mime_type ⇒ "image/png", ...
Returns the value of attribute mime_type.
715 716 717 |
# File 'sig/types.rbs', line 715 def mime_type @mime_type end |