Class: Aws::Types::PredefinedAttributeSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::PredefinedAttributeSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::PredefinedAttributeSearchCriteria]
Returns the value of attribute and_conditions.
-
#or_conditions ⇒ ::Array[Types::PredefinedAttributeSearchCriteria]
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::PredefinedAttributeSearchCriteria]
Returns the value of attribute and_conditions.
6364 6365 6366 |
# File 'sig/types.rbs', line 6364 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::PredefinedAttributeSearchCriteria]
Returns the value of attribute or_conditions.
6363 6364 6365 |
# File 'sig/types.rbs', line 6363 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
6365 6366 6367 |
# File 'sig/types.rbs', line 6365 def string_condition @string_condition end |