Class: Aws::WorkSpacesWeb::Types::ImageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ImageMetadata
- Defined in:
- gems/aws-sdk-workspacesweb/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.
2349 2350 2351 2352 2353 2354 2355 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2349 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.
2349 2350 2351 2352 2353 2354 2355 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2349 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.
2349 2350 2351 2352 2353 2354 2355 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2349 class ImageMetadata < Struct.new( :mime_type, :file_extension, :last_upload_timestamp) SENSITIVE = [] include Aws::Structure end |