Class: Aws::Types::PredefinedAttributeSearchCriteria

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

Returns the value of attribute and_conditions.



6100
6101
6102
# File 'sig/types.rbs', line 6100

def and_conditions
  @and_conditions
end

#or_conditions::Array[Types::PredefinedAttributeSearchCriteria]

Returns the value of attribute or_conditions.



6099
6100
6101
# File 'sig/types.rbs', line 6099

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



6101
6102
6103
# File 'sig/types.rbs', line 6101

def string_condition
  @string_condition
end