Class: Aws::Types::CreateCaseRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCaseRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#description ⇒ ::String
Returns the value of attribute description.
281 282 283 |
# File 'sig/types.rbs', line 281 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
279 280 281 |
# File 'sig/types.rbs', line 279 def domain_id @domain_id end |
#name ⇒ ::String
Returns the value of attribute name.
280 281 282 |
# File 'sig/types.rbs', line 280 def name @name end |
#rule ⇒ Types::CaseRuleDetails
Returns the value of attribute rule.
282 283 284 |
# File 'sig/types.rbs', line 282 def rule @rule end |