Class: Aws::Connect::Types::EvaluationFormSearchCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormSearchCriteria
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The search criteria to be used to return evaluation forms.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#and_conditions ⇒ Array<Types::EvaluationFormSearchCriteria>
A list of conditions which would be applied together with an AND condition.
-
#boolean_condition ⇒ Types::BooleanCondition
Boolean search condition.
-
#date_time_condition ⇒ Types::DateTimeCondition
Datetime search condition.
-
#number_condition ⇒ Types::NumberCondition
A leaf node condition which can be used to specify a numeric condition.
-
#or_conditions ⇒ Array<Types::EvaluationFormSearchCriteria>
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::EvaluationFormSearchCriteria>
A list of conditions which would be applied together with an AND condition.
12357 12358 12359 12360 12361 12362 12363 12364 12365 12366 |
# File 'lib/aws-sdk-connect/types.rb', line 12357 class EvaluationFormSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition) SENSITIVE = [] include Aws::Structure end |
#boolean_condition ⇒ Types::BooleanCondition
Boolean search condition.
12357 12358 12359 12360 12361 12362 12363 12364 12365 12366 |
# File 'lib/aws-sdk-connect/types.rb', line 12357 class EvaluationFormSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition) SENSITIVE = [] include Aws::Structure end |
#date_time_condition ⇒ Types::DateTimeCondition
Datetime search condition.
12357 12358 12359 12360 12361 12362 12363 12364 12365 12366 |
# File 'lib/aws-sdk-connect/types.rb', line 12357 class EvaluationFormSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_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>
12357 12358 12359 12360 12361 12362 12363 12364 12365 12366 |
# File 'lib/aws-sdk-connect/types.rb', line 12357 class EvaluationFormSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition) SENSITIVE = [] include Aws::Structure end |
#or_conditions ⇒ Array<Types::EvaluationFormSearchCriteria>
A list of conditions which would be applied together with an OR condition.
12357 12358 12359 12360 12361 12362 12363 12364 12365 12366 |
# File 'lib/aws-sdk-connect/types.rb', line 12357 class EvaluationFormSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition) SENSITIVE = [] include Aws::Structure end |
#string_condition ⇒ Types::StringCondition
A leaf node condition which can be used to specify a string condition.
12357 12358 12359 12360 12361 12362 12363 12364 12365 12366 |
# File 'lib/aws-sdk-connect/types.rb', line 12357 class EvaluationFormSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition) SENSITIVE = [] include Aws::Structure end |