Class: Aws::Connect::Types::EvaluationSearchCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationSearchCriteria
- Includes:
- Structure
- Defined in:
- 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.
13012 13013 13014 13015 13016 13017 13018 13019 13020 13021 13022 |
# File 'lib/aws-sdk-connect/types.rb', line 13012 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.
13012 13013 13014 13015 13016 13017 13018 13019 13020 13021 13022 |
# File 'lib/aws-sdk-connect/types.rb', line 13012 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.
13012 13013 13014 13015 13016 13017 13018 13019 13020 13021 13022 |
# File 'lib/aws-sdk-connect/types.rb', line 13012 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.
13012 13013 13014 13015 13016 13017 13018 13019 13020 13021 13022 |
# File 'lib/aws-sdk-connect/types.rb', line 13012 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.
<note markdown=“1”> The currently supported value for ‘FieldName` is `limit`.
</note>
13012 13013 13014 13015 13016 13017 13018 13019 13020 13021 13022 |
# File 'lib/aws-sdk-connect/types.rb', line 13012 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.
13012 13013 13014 13015 13016 13017 13018 13019 13020 13021 13022 |
# File 'lib/aws-sdk-connect/types.rb', line 13012 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.
13012 13013 13014 13015 13016 13017 13018 13019 13020 13021 13022 |
# File 'lib/aws-sdk-connect/types.rb', line 13012 class EvaluationSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition, :decimal_condition) SENSITIVE = [] include Aws::Structure end |