Class: Aws::Connect::Types::AttributeCondition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

An object to specify the predefined attribute condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operatorString

The operator of the condition.

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'lib/aws-sdk-connect/types.rb', line 1347

class AttributeCondition < Struct.new(
  :name,
  :value,
  :proficiency_level,
  :range,
  :match_criteria,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end

#match_criteriaTypes::MatchCriteria

An object to define ‘AgentsCriteria`.



1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'lib/aws-sdk-connect/types.rb', line 1347

class AttributeCondition < Struct.new(
  :name,
  :value,
  :proficiency_level,
  :range,
  :match_criteria,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of predefined attribute.

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'lib/aws-sdk-connect/types.rb', line 1347

class AttributeCondition < Struct.new(
  :name,
  :value,
  :proficiency_level,
  :range,
  :match_criteria,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end

#proficiency_levelFloat

The proficiency level of the condition.

Returns:

  • (Float)


1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'lib/aws-sdk-connect/types.rb', line 1347

class AttributeCondition < Struct.new(
  :name,
  :value,
  :proficiency_level,
  :range,
  :match_criteria,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end

#rangeTypes::Range

An Object to define the minimum and maximum proficiency levels.

Returns:



1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'lib/aws-sdk-connect/types.rb', line 1347

class AttributeCondition < Struct.new(
  :name,
  :value,
  :proficiency_level,
  :range,
  :match_criteria,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of predefined attribute.

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'lib/aws-sdk-connect/types.rb', line 1347

class AttributeCondition < Struct.new(
  :name,
  :value,
  :proficiency_level,
  :range,
  :match_criteria,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end