Class: Aws::Types::Image
- Inherits:
-
Object
- Object
- Aws::Types::Image
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ "NO_MEDIA", "MEDIA_ERROR"
Returns the value of attribute error.
-
#image_content ⇒ ::String
Returns the value of attribute image_content.
-
#time_stamp ⇒ ::Time
Returns the value of attribute time_stamp.
Instance Attribute Details
#error ⇒ "NO_MEDIA", "MEDIA_ERROR"
Returns the value of attribute error.
152 153 154 |
# File 'sig/types.rbs', line 152 def error @error end |
#image_content ⇒ ::String
Returns the value of attribute image_content.
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.
151 152 153 |
# File 'sig/types.rbs', line 151 def time_stamp @time_stamp end |