Class: Aws::Types::AssociateProtectConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateProtectConfigurationRequest
- 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.
49 50 51 |
# File 'sig/types.rbs', line 49 def configuration_set_name @configuration_set_name end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
48 49 50 |
# File 'sig/types.rbs', line 48 def protect_configuration_id @protect_configuration_id end |