Class: Aws::Types::ImageMapping
- Inherits:
-
Object
- Object
- Aws::Types::ImageMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_image ⇒ ::String
Returns the value of attribute destination_image.
-
#source_image ⇒ ::String
Returns the value of attribute source_image.
Instance Attribute Details
#destination_image ⇒ ::String
Returns the value of attribute destination_image.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def destination_image @destination_image end |
#source_image ⇒ ::String
Returns the value of attribute source_image.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def source_image @source_image end |