Class: Aws::Types::EvaluationSearchCriteria

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#and_conditions::Array[Types::EvaluationSearchCriteria]

Returns the value of attribute and_conditions.



3908
3909
3910
# File 'sig/types.rbs', line 3908

def and_conditions
  @and_conditions
end

#boolean_conditionTypes::BooleanCondition

Returns the value of attribute boolean_condition.



3911
3912
3913
# File 'sig/types.rbs', line 3911

def boolean_condition
  @boolean_condition
end

#date_time_conditionTypes::DateTimeCondition

Returns the value of attribute date_time_condition.



3912
3913
3914
# File 'sig/types.rbs', line 3912

def date_time_condition
  @date_time_condition
end

#decimal_conditionTypes::DecimalCondition

Returns the value of attribute decimal_condition.



3913
3914
3915
# File 'sig/types.rbs', line 3913

def decimal_condition
  @decimal_condition
end

#number_conditionTypes::NumberCondition

Returns the value of attribute number_condition.



3910
3911
3912
# File 'sig/types.rbs', line 3910

def number_condition
  @number_condition
end

#or_conditions::Array[Types::EvaluationSearchCriteria]

Returns the value of attribute or_conditions.



3907
3908
3909
# File 'sig/types.rbs', line 3907

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



3909
3910
3911
# File 'sig/types.rbs', line 3909

def string_condition
  @string_condition
end