Class: Aws::Types::CreateCaseRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCaseRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_rule_arn ⇒ ::String
Returns the value of attribute case_rule_arn.
-
#case_rule_id ⇒ ::String
Returns the value of attribute case_rule_id.
Instance Attribute Details
#case_rule_arn ⇒ ::String
Returns the value of attribute case_rule_arn.
288 289 290 |
# File 'sig/types.rbs', line 288 def case_rule_arn @case_rule_arn end |
#case_rule_id ⇒ ::String
Returns the value of attribute case_rule_id.
287 288 289 |
# File 'sig/types.rbs', line 287 def case_rule_id @case_rule_id end |