Class: Aws::Connect::Types::ContactEvaluationAttributeCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactEvaluationAttributeCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
An attribute condition for contact evaluation filtering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_key ⇒ String
The key of the attribute.
-
#attribute_value ⇒ Types::ContactEvaluationAttributeValue
The value of the attribute.
-
#comparison_type ⇒ String
The comparison type for the condition.
Instance Attribute Details
#attribute_key ⇒ String
The key of the attribute.
4164 4165 4166 4167 4168 4169 4170 |
# File 'lib/aws-sdk-connect/types.rb', line 4164 class ContactEvaluationAttributeCondition < Struct.new( :attribute_key, :attribute_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#attribute_value ⇒ Types::ContactEvaluationAttributeValue
The value of the attribute.
4164 4165 4166 4167 4168 4169 4170 |
# File 'lib/aws-sdk-connect/types.rb', line 4164 class ContactEvaluationAttributeCondition < Struct.new( :attribute_key, :attribute_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#comparison_type ⇒ String
The comparison type for the condition.
4164 4165 4166 4167 4168 4169 4170 |
# File 'lib/aws-sdk-connect/types.rb', line 4164 class ContactEvaluationAttributeCondition < Struct.new( :attribute_key, :attribute_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |