Class: Aws::Types::EvaluationFormSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::EvaluationFormSearchCriteria]
Returns the value of attribute and_conditions.
-
#boolean_condition ⇒ Types::BooleanCondition
Returns the value of attribute boolean_condition.
-
#date_time_condition ⇒ Types::DateTimeCondition
Returns the value of attribute date_time_condition.
-
#number_condition ⇒ Types::NumberCondition
Returns the value of attribute number_condition.
-
#or_conditions ⇒ ::Array[Types::EvaluationFormSearchCriteria]
Returns the value of attribute or_conditions.
-
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::EvaluationFormSearchCriteria]
Returns the value of attribute and_conditions.
3589 3590 3591 |
# File 'sig/types.rbs', line 3589 def and_conditions @and_conditions end |
#boolean_condition ⇒ Types::BooleanCondition
Returns the value of attribute boolean_condition.
3592 3593 3594 |
# File 'sig/types.rbs', line 3592 def boolean_condition @boolean_condition end |
#date_time_condition ⇒ Types::DateTimeCondition
Returns the value of attribute date_time_condition.
3593 3594 3595 |
# File 'sig/types.rbs', line 3593 def date_time_condition @date_time_condition end |
#number_condition ⇒ Types::NumberCondition
Returns the value of attribute number_condition.
3591 3592 3593 |
# File 'sig/types.rbs', line 3591 def number_condition @number_condition end |
#or_conditions ⇒ ::Array[Types::EvaluationFormSearchCriteria]
Returns the value of attribute or_conditions.
3588 3589 3590 |
# File 'sig/types.rbs', line 3588 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
3590 3591 3592 |
# File 'sig/types.rbs', line 3590 def string_condition @string_condition end |