Class: Aws::Types::EvaluationFormSearchCriteria

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::EvaluationFormSearchCriteria]

Returns the value of attribute and_conditions.



3594
3595
3596
# File 'sig/types.rbs', line 3594

def and_conditions
  @and_conditions
end

#boolean_conditionTypes::BooleanCondition

Returns the value of attribute boolean_condition.



3597
3598
3599
# File 'sig/types.rbs', line 3597

def boolean_condition
  @boolean_condition
end

#date_time_conditionTypes::DateTimeCondition

Returns the value of attribute date_time_condition.



3598
3599
3600
# File 'sig/types.rbs', line 3598

def date_time_condition
  @date_time_condition
end

#number_conditionTypes::NumberCondition

Returns the value of attribute number_condition.



3596
3597
3598
# File 'sig/types.rbs', line 3596

def number_condition
  @number_condition
end

#or_conditions::Array[Types::EvaluationFormSearchCriteria]

Returns the value of attribute or_conditions.



3593
3594
3595
# File 'sig/types.rbs', line 3593

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



3595
3596
3597
# File 'sig/types.rbs', line 3595

def string_condition
  @string_condition
end