Class: Aws::Types::RestoreImageFromRecycleBinRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreImageFromRecycleBinRequest
- 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.
16285 16286 16287 |
# File 'sig/types.rbs', line 16285 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
16284 16285 16286 |
# File 'sig/types.rbs', line 16284 def image_id @image_id end |