Class: Aws::Types::UpdateProtectConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProtectConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def deletion_protection_enabled @deletion_protection_enabled end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def protect_configuration_id @protect_configuration_id end |