Class: Aws::Types::EvaluationSearchCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#and_conditions::Array[Types::EvaluationSearchCriteria]

Returns the value of attribute and_conditions.

Returns:



3765
3766
3767
# File 'sig/types.rbs', line 3765

def and_conditions
  @and_conditions
end

#boolean_conditionTypes::BooleanCondition

Returns the value of attribute boolean_condition.



3768
3769
3770
# File 'sig/types.rbs', line 3768

def boolean_condition
  @boolean_condition
end

#date_time_conditionTypes::DateTimeCondition

Returns the value of attribute date_time_condition.



3769
3770
3771
# File 'sig/types.rbs', line 3769

def date_time_condition
  @date_time_condition
end

#decimal_conditionTypes::DecimalCondition

Returns the value of attribute decimal_condition.



3770
3771
3772
# File 'sig/types.rbs', line 3770

def decimal_condition
  @decimal_condition
end

#number_conditionTypes::NumberCondition

Returns the value of attribute number_condition.



3767
3768
3769
# File 'sig/types.rbs', line 3767

def number_condition
  @number_condition
end

#or_conditions::Array[Types::EvaluationSearchCriteria]

Returns the value of attribute or_conditions.

Returns:



3764
3765
3766
# File 'sig/types.rbs', line 3764

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



3766
3767
3768
# File 'sig/types.rbs', line 3766

def string_condition
  @string_condition
end