Class: Aws::Types::Image

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error"NO_MEDIA", "MEDIA_ERROR"

Returns the value of attribute error.

Returns:

  • ("NO_MEDIA", "MEDIA_ERROR")


152
153
154
# File 'sig/types.rbs', line 152

def error
  @error
end

#image_content::String

Returns the value of attribute image_content.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def image_content
  @image_content
end

#time_stamp::Time

Returns the value of attribute time_stamp.

Returns:

  • (::Time)


151
152
153
# File 'sig/types.rbs', line 151

def time_stamp
  @time_stamp
end