Class: Aws::Types::AssociateProtectConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::AssociateProtectConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#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
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
55 56 57 |
# File 'sig/types.rbs', line 55 def configuration_set_name @configuration_set_name end |
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
56 57 58 |
# File 'sig/types.rbs', line 56 def protect_configuration_arn @protect_configuration_arn end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
57 58 59 |
# File 'sig/types.rbs', line 57 def protect_configuration_id @protect_configuration_id end |