Class: Aws::Types::BooleanOperands

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#operand_one ⇒ Types::OperandOne

Returns the value of attribute operand_one.

Returns:



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.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def operand_two
  @operand_two
end

#result ⇒ Boolean

Returns the value of attribute result.

Returns:

  • (Boolean)


128
129
130
# File 'sig/types.rbs', line 128

def result
  @result
end