Class: Aws::Types::DeleteCaseRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCaseRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_rule_id ⇒ ::String
Returns the value of attribute case_rule_id.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
Instance Attribute Details
#case_rule_id ⇒ ::String
Returns the value of attribute case_rule_id.
416 417 418 |
# File 'sig/types.rbs', line 416 def case_rule_id @case_rule_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
415 416 417 |
# File 'sig/types.rbs', line 415 def domain_id @domain_id end |