Class: Aws::Types::UpdateProtectConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProtectConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_default ⇒ Boolean
Returns the value of attribute account_default.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
Instance Attribute Details
#account_default ⇒ Boolean
Returns the value of attribute account_default.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def account_default @account_default end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def deletion_protection_enabled @deletion_protection_enabled end |
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def protect_configuration_arn @protect_configuration_arn end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def protect_configuration_id @protect_configuration_id end |