Class: Aws::Types::CreateUpdatedImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUpdatedImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#existing_image_name ⇒ ::String
Returns the value of attribute existing_image_name.
-
#new_image_description ⇒ ::String
Returns the value of attribute new_image_description.
-
#new_image_display_name ⇒ ::String
Returns the value of attribute new_image_display_name.
-
#new_image_name ⇒ ::String
Returns the value of attribute new_image_name.
-
#new_image_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute new_image_tags.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
530 531 532 |
# File 'sig/types.rbs', line 530 def dry_run @dry_run end |
#existing_image_name ⇒ ::String
Returns the value of attribute existing_image_name.
525 526 527 |
# File 'sig/types.rbs', line 525 def existing_image_name @existing_image_name end |
#new_image_description ⇒ ::String
Returns the value of attribute new_image_description.
527 528 529 |
# File 'sig/types.rbs', line 527 def new_image_description @new_image_description end |
#new_image_display_name ⇒ ::String
Returns the value of attribute new_image_display_name.
528 529 530 |
# File 'sig/types.rbs', line 528 def new_image_display_name @new_image_display_name end |
#new_image_name ⇒ ::String
Returns the value of attribute new_image_name.
526 527 528 |
# File 'sig/types.rbs', line 526 def new_image_name @new_image_name end |
#new_image_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute new_image_tags.
529 530 531 |
# File 'sig/types.rbs', line 529 def end |