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