Class: Aws::Types::SetAccountDefaultProtectConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::SetAccountDefaultProtectConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_protect_configuration_arn ⇒ ::String
Returns the value of attribute default_protect_configuration_arn.
-
#default_protect_configuration_id ⇒ ::String
Returns the value of attribute default_protect_configuration_id.
Instance Attribute Details
#default_protect_configuration_arn ⇒ ::String
Returns the value of attribute default_protect_configuration_arn.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def default_protect_configuration_arn @default_protect_configuration_arn end |
#default_protect_configuration_id ⇒ ::String
Returns the value of attribute default_protect_configuration_id.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def default_protect_configuration_id @default_protect_configuration_id end |