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.
4099 4100 4101 4102 4103 4104 4105 |
# File 'lib/aws-sdk-connect/types.rb', line 4099 class ContactEvaluationAttributeCondition < Struct.new( :attribute_key, :attribute_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#attribute_value ⇒ Types::ContactEvaluationAttributeValue
The value of the attribute.
4099 4100 4101 4102 4103 4104 4105 |
# File 'lib/aws-sdk-connect/types.rb', line 4099 class ContactEvaluationAttributeCondition < Struct.new( :attribute_key, :attribute_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#comparison_type ⇒ String
The comparison type for the condition.
4099 4100 4101 4102 4103 4104 4105 |
# File 'lib/aws-sdk-connect/types.rb', line 4099 class ContactEvaluationAttributeCondition < Struct.new( :attribute_key, :attribute_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |