Class: Aws::Types::DeletionProtectionSettings
- Inherits:
-
Object
- Object
- Aws::Types::DeletionProtectionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#protection_period_in_minutes ⇒ ::Integer
Returns the value of attribute protection_period_in_minutes.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
277 278 279 |
# File 'sig/types.rbs', line 277 def enabled @enabled end |
#protection_period_in_minutes ⇒ ::Integer
Returns the value of attribute protection_period_in_minutes.
278 279 280 |
# File 'sig/types.rbs', line 278 def protection_period_in_minutes @protection_period_in_minutes end |