Class: Aws::Types::DeletionProtectionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeletionProtectionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection_status.
-
#deletion_protection_threshold ⇒ ::Integer
Returns the value of attribute deletion_protection_threshold.
Instance Attribute Details
#deletion_protection_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection_status.
857 858 859 |
# File 'sig/types.rbs', line 857 def deletion_protection_status @deletion_protection_status end |
#deletion_protection_threshold ⇒ ::Integer
Returns the value of attribute deletion_protection_threshold.
858 859 860 |
# File 'sig/types.rbs', line 858 def deletion_protection_threshold @deletion_protection_threshold end |