Class: Aws::Connect::Types::EvaluationFormSearchCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormSearchCriteria
- Defined in:
- gems/aws-sdk-connect/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.
10039 10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10039 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.
10039 10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10039 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.
10039 10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10039 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.
FieldName is limit.
10039 10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10039 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.
10039 10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10039 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.
10039 10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10039 class EvaluationFormSearchCriteria < Struct.new( :or_conditions, :and_conditions, :string_condition, :number_condition, :boolean_condition, :date_time_condition) SENSITIVE = [] include Aws::Structure end |