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)


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

The comparison type for the condition.

Returns:

  • (String)


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