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