Class: Aws::Types::ImageMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_extension::String

Returns the value of attribute file_extension.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


717
718
719
# File 'sig/types.rbs', line 717

def last_upload_timestamp
  @last_upload_timestamp
end

#mime_type"image/png", ...

Returns the value of attribute mime_type.

Returns:

  • ("image/png", "image/jpeg", "image/x-icon")


715
716
717
# File 'sig/types.rbs', line 715

def mime_type
  @mime_type
end