Class: Aws::Types::ResetImageAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetImageAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "launchPermission"
Returns the value of attribute attribute.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
Instance Attribute Details
#attribute ⇒ "launchPermission"
Returns the value of attribute attribute.
16473 16474 16475 |
# File 'sig/types.rbs', line 16473 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16475 16476 16477 |
# File 'sig/types.rbs', line 16475 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
16474 16475 16476 |
# File 'sig/types.rbs', line 16474 def image_id @image_id end |