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)


1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-connect/types.rb', line 1255

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

#match_criteriaTypes::MatchCriteria

An object to define ‘AgentsCriteria`.



1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-connect/types.rb', line 1255

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

#nameString

The name of predefined attribute.

Returns:

  • (String)


1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-connect/types.rb', line 1255

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

#proficiency_levelFloat

The proficiency level of the condition.

Returns:

  • (Float)


1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-connect/types.rb', line 1255

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

#valueString

The value of predefined attribute.

Returns:

  • (String)


1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-connect/types.rb', line 1255

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