Class: Aws::Types::JoinOperation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:on_clause])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


6959
6960
6961
# File 'sig/types.rbs', line 6959

def alias
  @alias
end

#left_operandTypes::TransformOperationSource

Returns the value of attribute left_operand.



6960
6961
6962
# File 'sig/types.rbs', line 6960

def left_operand
  @left_operand
end

#left_operand_propertiesTypes::JoinOperandProperties

Returns the value of attribute left_operand_properties.



6964
6965
6966
# File 'sig/types.rbs', line 6964

def left_operand_properties
  @left_operand_properties
end

#on_clause::String

Returns the value of attribute on_clause.

Returns:

  • (::String)


6963
6964
6965
# File 'sig/types.rbs', line 6963

def on_clause
  @on_clause
end

#right_operandTypes::TransformOperationSource

Returns the value of attribute right_operand.



6961
6962
6963
# File 'sig/types.rbs', line 6961

def right_operand
  @right_operand
end

#right_operand_propertiesTypes::JoinOperandProperties

Returns the value of attribute right_operand_properties.



6965
6966
6967
# File 'sig/types.rbs', line 6965

def right_operand_properties
  @right_operand_properties
end

#type"INNER", ...

Returns the value of attribute type.

Returns:

  • ("INNER", "OUTER", "LEFT", "RIGHT")


6962
6963
6964
# File 'sig/types.rbs', line 6962

def type
  @type
end