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)


7225
7226
7227
# File 'sig/types.rbs', line 7225

def alias
  @alias
end

#left_operandTypes::TransformOperationSource

Returns the value of attribute left_operand.



7226
7227
7228
# File 'sig/types.rbs', line 7226

def left_operand
  @left_operand
end

#left_operand_propertiesTypes::JoinOperandProperties

Returns the value of attribute left_operand_properties.



7230
7231
7232
# File 'sig/types.rbs', line 7230

def left_operand_properties
  @left_operand_properties
end

#on_clause::String

Returns the value of attribute on_clause.

Returns:

  • (::String)


7229
7230
7231
# File 'sig/types.rbs', line 7229

def on_clause
  @on_clause
end

#right_operandTypes::TransformOperationSource

Returns the value of attribute right_operand.



7227
7228
7229
# File 'sig/types.rbs', line 7227

def right_operand
  @right_operand
end

#right_operand_propertiesTypes::JoinOperandProperties

Returns the value of attribute right_operand_properties.



7231
7232
7233
# File 'sig/types.rbs', line 7231

def right_operand_properties
  @right_operand_properties
end

#type"INNER", ...

Returns the value of attribute type.

Returns:

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


7228
7229
7230
# File 'sig/types.rbs', line 7228

def type
  @type
end