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