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.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def default_protect_configuration_arn @default_protect_configuration_arn end |
#default_protect_configuration_id ⇒ ::String
Returns the value of attribute default_protect_configuration_id.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def default_protect_configuration_id @default_protect_configuration_id end |