Class: Aws::Connect::Types::ContactEvaluationAttributeCondition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attribute_keyString

The key of the attribute.

Returns:

  • (String)


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_valueTypes::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_typeString

The comparison type for the condition.

Returns:

  • (String)


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