Class: Aws::WorkSpacesWeb::Types::ImageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ImageMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Metadata information about an uploaded image file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_extension ⇒ String
The file extension of the image.
-
#last_upload_timestamp ⇒ Time
The timestamp when the image was last uploaded.
-
#mime_type ⇒ String
The MIME type of the image.
Instance Attribute Details
#file_extension ⇒ String
The file extension of the image.
2355 2356 2357 2358 2359 2360 2361 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2355 class ImageMetadata < Struct.new( :mime_type, :file_extension, :last_upload_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_upload_timestamp ⇒ Time
The timestamp when the image was last uploaded.
2355 2356 2357 2358 2359 2360 2361 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2355 class ImageMetadata < Struct.new( :mime_type, :file_extension, :last_upload_timestamp) SENSITIVE = [] include Aws::Structure end |
#mime_type ⇒ String
The MIME type of the image.
2355 2356 2357 2358 2359 2360 2361 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2355 class ImageMetadata < Struct.new( :mime_type, :file_extension, :last_upload_timestamp) SENSITIVE = [] include Aws::Structure end |