Class: Aws::Types::ContactEvaluationAttributeCondition
- Inherits:
-
Object
- Object
- Aws::Types::ContactEvaluationAttributeCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_key ⇒ "ContactAgentId"
Returns the value of attribute attribute_key.
-
#attribute_value ⇒ Types::ContactEvaluationAttributeValue
Returns the value of attribute attribute_value.
-
#comparison_type ⇒ "EXACT"
Returns the value of attribute comparison_type.
Instance Attribute Details
#attribute_key ⇒ "ContactAgentId"
Returns the value of attribute attribute_key.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def attribute_key @attribute_key end |
#attribute_value ⇒ Types::ContactEvaluationAttributeValue
Returns the value of attribute attribute_value.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def attribute_value @attribute_value end |
#comparison_type ⇒ "EXACT"
Returns the value of attribute comparison_type.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def comparison_type @comparison_type end |