Class: Aws::Connect::Types::AttributeCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AttributeCondition
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
An object to specify the predefined attribute condition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison_operator ⇒ String
The operator of the condition.
-
#match_criteria ⇒ Types::MatchCriteria
An object to define
AgentsCriteria
. -
#name ⇒ String
The name of predefined attribute.
-
#proficiency_level ⇒ Float
The proficiency level of the condition.
-
#range ⇒ Types::Range
An Object to define the minimum and maximum proficiency levels.
-
#value ⇒ String
The value of predefined attribute.
Instance Attribute Details
#comparison_operator ⇒ String
The operator of the condition.
1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1463 class AttributeCondition < Struct.new( :name, :value, :proficiency_level, :range, :match_criteria, :comparison_operator) SENSITIVE = [] include Aws::Structure end |
#match_criteria ⇒ Types::MatchCriteria
An object to define AgentsCriteria
.
1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1463 class AttributeCondition < Struct.new( :name, :value, :proficiency_level, :range, :match_criteria, :comparison_operator) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of predefined attribute.
1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1463 class AttributeCondition < Struct.new( :name, :value, :proficiency_level, :range, :match_criteria, :comparison_operator) SENSITIVE = [] include Aws::Structure end |
#proficiency_level ⇒ Float
The proficiency level of the condition.
1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1463 class AttributeCondition < Struct.new( :name, :value, :proficiency_level, :range, :match_criteria, :comparison_operator) SENSITIVE = [] include Aws::Structure end |
#range ⇒ Types::Range
An Object to define the minimum and maximum proficiency levels.
1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1463 class AttributeCondition < Struct.new( :name, :value, :proficiency_level, :range, :match_criteria, :comparison_operator) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of predefined attribute.
1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1463 class AttributeCondition < Struct.new( :name, :value, :proficiency_level, :range, :match_criteria, :comparison_operator) SENSITIVE = [] include Aws::Structure end |