Class: Aws::Types::EvaluationSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::EvaluationSearchCriteria]
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.
-
#decimal_condition ⇒ Types::DecimalCondition
Returns the value of attribute decimal_condition.
-
#number_condition ⇒ Types::NumberCondition
Returns the value of attribute number_condition.
-
#or_conditions ⇒ ::Array[Types::EvaluationSearchCriteria]
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::EvaluationSearchCriteria]
Returns the value of attribute and_conditions.
3818 3819 3820 |
# File 'sig/types.rbs', line 3818 def and_conditions @and_conditions end |
#boolean_condition ⇒ Types::BooleanCondition
Returns the value of attribute boolean_condition.
3821 3822 3823 |
# File 'sig/types.rbs', line 3821 def boolean_condition @boolean_condition end |
#date_time_condition ⇒ Types::DateTimeCondition
Returns the value of attribute date_time_condition.
3822 3823 3824 |
# File 'sig/types.rbs', line 3822 def date_time_condition @date_time_condition end |
#decimal_condition ⇒ Types::DecimalCondition
Returns the value of attribute decimal_condition.
3823 3824 3825 |
# File 'sig/types.rbs', line 3823 def decimal_condition @decimal_condition end |
#number_condition ⇒ Types::NumberCondition
Returns the value of attribute number_condition.
3820 3821 3822 |
# File 'sig/types.rbs', line 3820 def number_condition @number_condition end |
#or_conditions ⇒ ::Array[Types::EvaluationSearchCriteria]
Returns the value of attribute or_conditions.
3817 3818 3819 |
# File 'sig/types.rbs', line 3817 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
3819 3820 3821 |
# File 'sig/types.rbs', line 3819 def string_condition @string_condition end |