Class: Aws::WorkSpacesWeb::Types::ImageMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_extensionString

The file extension of the image.

Returns:

  • (String)


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_timestampTime

The timestamp when the image was last uploaded.

Returns:

  • (Time)


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_typeString

The MIME type of the image.

Returns:

  • (String)


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