Class: Aws::Types::BooleanCondition
- Inherits:
-
Object
- Object
- Aws::Types::BooleanCondition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AndAll, EqualTo, NotEqualTo, OrAll, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_all ⇒ Types::CompoundCondition
Returns the value of attribute and_all.
-
#equal_to ⇒ Types::BooleanOperands
Returns the value of attribute equal_to.
-
#not_equal_to ⇒ Types::BooleanOperands
Returns the value of attribute not_equal_to.
-
#or_all ⇒ Types::CompoundCondition
Returns the value of attribute or_all.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#and_all ⇒ Types::CompoundCondition
Returns the value of attribute and_all.
108 109 110 |
# File 'sig/types.rbs', line 108 def and_all @and_all end |
#equal_to ⇒ Types::BooleanOperands
Returns the value of attribute equal_to.
106 107 108 |
# File 'sig/types.rbs', line 106 def equal_to @equal_to end |
#not_equal_to ⇒ Types::BooleanOperands
Returns the value of attribute not_equal_to.
107 108 109 |
# File 'sig/types.rbs', line 107 def not_equal_to @not_equal_to end |
#or_all ⇒ Types::CompoundCondition
Returns the value of attribute or_all.
109 110 111 |
# File 'sig/types.rbs', line 109 def or_all @or_all end |
#unknown ⇒ Object
Returns the value of attribute unknown.
110 111 112 |
# File 'sig/types.rbs', line 110 def unknown @unknown end |