Class: Aws::Types::JoinInstruction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#left_join_key_propertiesTypes::JoinKeyProperties

Returns the value of attribute left_join_key_properties.



7207
7208
7209
# File 'sig/types.rbs', line 7207

def left_join_key_properties
  @left_join_key_properties
end

#left_operand::String

Returns the value of attribute left_operand.

Returns:

  • (::String)


7205
7206
7207
# File 'sig/types.rbs', line 7205

def left_operand
  @left_operand
end

#on_clause::String

Returns the value of attribute on_clause.

Returns:

  • (::String)


7210
7211
7212
# File 'sig/types.rbs', line 7210

def on_clause
  @on_clause
end

#right_join_key_propertiesTypes::JoinKeyProperties

Returns the value of attribute right_join_key_properties.



7208
7209
7210
# File 'sig/types.rbs', line 7208

def right_join_key_properties
  @right_join_key_properties
end

#right_operand::String

Returns the value of attribute right_operand.

Returns:

  • (::String)


7206
7207
7208
# File 'sig/types.rbs', line 7206

def right_operand
  @right_operand
end

#type"INNER", ...

Returns the value of attribute type.

Returns:

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


7209
7210
7211
# File 'sig/types.rbs', line 7209

def type
  @type
end