Class: Aws::Types::EnableImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8959 8960 8961 |
# File 'sig/types.rbs', line 8959 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
8958 8959 8960 |
# File 'sig/types.rbs', line 8958 def image_id @image_id end |