Class: Aws::Types::EnableImageDeregistrationProtectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableImageDeregistrationProtectionRequest
- 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.
-
#with_cooldown ⇒ Boolean
Returns the value of attribute with_cooldown.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8948 8949 8950 |
# File 'sig/types.rbs', line 8948 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
8946 8947 8948 |
# File 'sig/types.rbs', line 8946 def image_id @image_id end |
#with_cooldown ⇒ Boolean
Returns the value of attribute with_cooldown.
8947 8948 8949 |
# File 'sig/types.rbs', line 8947 def with_cooldown @with_cooldown end |