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.



6941
6942
6943
# File 'sig/types.rbs', line 6941

def left_join_key_properties
  @left_join_key_properties
end

#left_operand::String

Returns the value of attribute left_operand.

Returns:

  • (::String)


6939
6940
6941
# File 'sig/types.rbs', line 6939

def left_operand
  @left_operand
end

#on_clause::String

Returns the value of attribute on_clause.

Returns:

  • (::String)


6944
6945
6946
# File 'sig/types.rbs', line 6944

def on_clause
  @on_clause
end

#right_join_key_propertiesTypes::JoinKeyProperties

Returns the value of attribute right_join_key_properties.



6942
6943
6944
# File 'sig/types.rbs', line 6942

def right_join_key_properties
  @right_join_key_properties
end

#right_operand::String

Returns the value of attribute right_operand.

Returns:

  • (::String)


6940
6941
6942
# File 'sig/types.rbs', line 6940

def right_operand
  @right_operand
end

#type"INNER", ...

Returns the value of attribute type.

Returns:

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


6943
6944
6945
# File 'sig/types.rbs', line 6943

def type
  @type
end