Class: Aws::Types::CaseRuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::CaseRuleSummary
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule_type ⇒ "Required", ...
Returns the value of attribute rule_type.
Instance Attribute Details
#case_rule_arn ⇒ ::String
Returns the value of attribute case_rule_arn.
192 193 194 |
# File 'sig/types.rbs', line 192 def case_rule_arn @case_rule_arn end |
#case_rule_id ⇒ ::String
Returns the value of attribute case_rule_id.
190 191 192 |
# File 'sig/types.rbs', line 190 def case_rule_id @case_rule_id end |
#description ⇒ ::String
Returns the value of attribute description.
194 195 196 |
# File 'sig/types.rbs', line 194 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
191 192 193 |
# File 'sig/types.rbs', line 191 def name @name end |
#rule_type ⇒ "Required", ...
Returns the value of attribute rule_type.
193 194 195 |
# File 'sig/types.rbs', line 193 def rule_type @rule_type end |