Class: Aws::Types::Predicate
- Inherits:
-
Object
- Object
- Aws::Types::Predicate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditions ⇒ ::Array[Types::Condition]
Returns the value of attribute conditions.
-
#logical ⇒ "AND", "ANY"
Returns the value of attribute logical.
Instance Attribute Details
#conditions ⇒ ::Array[Types::Condition]
Returns the value of attribute conditions.
5972 5973 5974 |
# File 'sig/types.rbs', line 5972 def conditions @conditions end |
#logical ⇒ "AND", "ANY"
Returns the value of attribute logical.
5971 5972 5973 |
# File 'sig/types.rbs', line 5971 def logical @logical end |