Class: Aws::Types::DeleteRemediationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRemediationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
560 561 562 |
# File 'sig/types.rbs', line 560 def config_rule_name @config_rule_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
561 562 563 |
# File 'sig/types.rbs', line 561 def resource_type @resource_type end |