Class: Aws::Connect::Types::EvaluationSearchCriteria

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#and_conditionsArray<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_conditionTypes::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_conditionTypes::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_conditionTypes::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_conditionTypes::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_conditionsArray<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_conditionTypes::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