Class: Aws::Types::StartRemediationExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartRemediationExecutionRequest
- 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_keys ⇒ ::Array[Types::ResourceKey]
Returns the value of attribute resource_keys.
Instance Attribute Details
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def config_rule_name @config_rule_name end |
#resource_keys ⇒ ::Array[Types::ResourceKey]
Returns the value of attribute resource_keys.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def resource_keys @resource_keys end |