Class: Aws::Connect::Types::EvaluationSearchCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationSearchCriteria
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The search criteria to be used to return evaluations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#and_conditions ⇒ Array<Types::EvaluationSearchCriteria>
A list of conditions which would be applied together with an AND condition.
-
#boolean_condition ⇒ Types::BooleanCondition
The boolean condition search criteria for searching evaluations.
-
#date_time_condition ⇒ Types::DateTimeCondition
The datetime condition search criteria for searching evaluations.
-
#decimal_condition ⇒ Types::DecimalCondition
The decimal condition search criteria for searching evaluations.
-
#number_condition ⇒ Types::NumberCondition
A leaf node condition which can be used to specify a numeric condition.
-
#or_conditions ⇒ Array<Types::EvaluationSearchCriteria>
A list of conditions which would be applied together with an OR condition.
-
#string_condition ⇒ Types::StringCondition
A leaf node condition which can be used to specify a string condition.
Instance Attribute Details
#and_conditions ⇒ Array<Types::EvaluationSearchCriteria>
A list of conditions which would be applied together with an AND condition.
10655 10656 10657 10658 10659 10660 10661 10662 10663 10664 10665 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10655 class EvaluationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition, :decimal_condition) SENSITIVE = [] include Aws::Structure end |
#boolean_condition ⇒ Types::BooleanCondition
The boolean condition search criteria for searching evaluations.
10655 10656 10657 10658 10659 10660 10661 10662 10663 10664 10665 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10655 class EvaluationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition, :decimal_condition) SENSITIVE = [] include Aws::Structure end |
#date_time_condition ⇒ Types::DateTimeCondition
The datetime condition search criteria for searching evaluations.
10655 10656 10657 10658 10659 10660 10661 10662 10663 10664 10665 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10655 class EvaluationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition, :decimal_condition) SENSITIVE = [] include Aws::Structure end |
#decimal_condition ⇒ Types::DecimalCondition
The decimal condition search criteria for searching evaluations.
10655 10656 10657 10658 10659 10660 10661 10662 10663 10664 10665 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10655 class EvaluationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition, :decimal_condition) SENSITIVE = [] include Aws::Structure end |
#number_condition ⇒ Types::NumberCondition
A leaf node condition which can be used to specify a numeric condition.
FieldName is limit.
10655 10656 10657 10658 10659 10660 10661 10662 10663 10664 10665 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10655 class EvaluationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition, :decimal_condition) SENSITIVE = [] include Aws::Structure end |
#or_conditions ⇒ Array<Types::EvaluationSearchCriteria>
A list of conditions which would be applied together with an OR condition.
10655 10656 10657 10658 10659 10660 10661 10662 10663 10664 10665 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10655 class EvaluationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition, :decimal_condition) SENSITIVE = [] include Aws::Structure end |
#string_condition ⇒ Types::StringCondition
A leaf node condition which can be used to specify a string condition.
10655 10656 10657 10658 10659 10660 10661 10662 10663 10664 10665 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10655 class EvaluationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition, :decimal_condition) SENSITIVE = [] include Aws::Structure end |