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