Class: Aws::Connect::Types::ContactEvaluationAttributeCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactEvaluationAttributeCondition
- Defined in:
- gems/aws-sdk-connect/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.
4133 4134 4135 4136 4137 4138 4139 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4133 class ContactEvaluationAttributeCondition < Struct.new( :attribute_key, :attribute_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#attribute_value ⇒ Types::ContactEvaluationAttributeValue
The value of the attribute.
4133 4134 4135 4136 4137 4138 4139 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4133 class ContactEvaluationAttributeCondition < Struct.new( :attribute_key, :attribute_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#comparison_type ⇒ String
The comparison type for the condition.
4133 4134 4135 4136 4137 4138 4139 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4133 class ContactEvaluationAttributeCondition < Struct.new( :attribute_key, :attribute_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |