Class: Aws::Types::BooleanOperands
- Inherits:
-
Object
- Object
- Aws::Types::BooleanOperands
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operand_one ⇒ Types::OperandOne
Returns the value of attribute operand_one.
-
#operand_two ⇒ Types::OperandTwo
Returns the value of attribute operand_two.
-
#result ⇒ Boolean
Returns the value of attribute result.
Instance Attribute Details
#operand_one ⇒ Types::OperandOne
Returns the value of attribute operand_one.
126 127 128 |
# File 'sig/types.rbs', line 126 def operand_one @operand_one end |
#operand_two ⇒ Types::OperandTwo
Returns the value of attribute operand_two.
127 128 129 |
# File 'sig/types.rbs', line 127 def operand_two @operand_two end |
#result ⇒ Boolean
Returns the value of attribute result.
128 129 130 |
# File 'sig/types.rbs', line 128 def result @result end |