Class: Aws::Types::EnableImageDeprecationRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableImageDeprecationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deprecate_at ⇒ ::Time
Returns the value of attribute deprecate_at.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
Instance Attribute Details
#deprecate_at ⇒ ::Time
Returns the value of attribute deprecate_at.
8935 8936 8937 |
# File 'sig/types.rbs', line 8935 def deprecate_at @deprecate_at end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8936 8937 8938 |
# File 'sig/types.rbs', line 8936 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
8934 8935 8936 |
# File 'sig/types.rbs', line 8934 def image_id @image_id end |