Class: Aws::Types::DeleteRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def instance_id @instance_id end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def rule_id @rule_id end |