Class: Aws::Types::CopyImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_image_description ⇒ ::String
Returns the value of attribute destination_image_description.
-
#destination_image_name ⇒ ::String
Returns the value of attribute destination_image_name.
-
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
-
#source_image_name ⇒ ::String
Returns the value of attribute source_image_name.
Instance Attribute Details
#destination_image_description ⇒ ::String
Returns the value of attribute destination_image_description.
260 261 262 |
# File 'sig/types.rbs', line 260 def destination_image_description @destination_image_description end |
#destination_image_name ⇒ ::String
Returns the value of attribute destination_image_name.
258 259 260 |
# File 'sig/types.rbs', line 258 def destination_image_name @destination_image_name end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
259 260 261 |
# File 'sig/types.rbs', line 259 def destination_region @destination_region end |
#source_image_name ⇒ ::String
Returns the value of attribute source_image_name.
257 258 259 |
# File 'sig/types.rbs', line 257 def source_image_name @source_image_name end |