Class: Aws::Types::Image
- Inherits:
-
Object
- Object
- Aws::Types::Image
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generated_image_url ⇒ ::String
Returns the value of attribute generated_image_url.
-
#source ⇒ Types::ImageSource
Returns the value of attribute source.
Instance Attribute Details
#generated_image_url ⇒ ::String
Returns the value of attribute generated_image_url.
6690 6691 6692 |
# File 'sig/types.rbs', line 6690 def generated_image_url @generated_image_url end |
#source ⇒ Types::ImageSource
Returns the value of attribute source.
6689 6690 6691 |
# File 'sig/types.rbs', line 6689 def source @source end |