Class: Aws::Types::DisassociateProtectConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateProtectConfigurationResult
- 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.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def configuration_set_name @configuration_set_name end |
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def protect_configuration_arn @protect_configuration_arn end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def protect_configuration_id @protect_configuration_id end |