Class: Aws::Types::UpdateCaseRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCaseRuleRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule ⇒ Types::CaseRuleDetails
Returns the value of attribute rule.
Instance Attribute Details
#case_rule_id ⇒ ::String
Returns the value of attribute case_rule_id.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def case_rule_id @case_rule_id end |
#description ⇒ ::String
Returns the value of attribute description.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def domain_id @domain_id end |
#name ⇒ ::String
Returns the value of attribute name.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def name @name end |
#rule ⇒ Types::CaseRuleDetails
Returns the value of attribute rule.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def rule @rule end |