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

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

Instance Attribute Details

#file_extensionString

The file extension of the image.

Returns:

  • (String)


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_timestampTime

The timestamp when the image was last uploaded.

Returns:

  • (Time)


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_typeString

The MIME type of the image.

Returns:

  • (String)


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