Class: Aws::Types::DisassociateProtectConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateProtectConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def configuration_set_name @configuration_set_name end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def protect_configuration_id @protect_configuration_id end |