Class: Aws::Types::Join

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#columns::Array[Types::JoinColumn]

Returns the value of attribute columns.

Returns:



5018
5019
5020
# File 'sig/types.rbs', line 5018

def columns
  @columns
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5016
5017
5018
# File 'sig/types.rbs', line 5016

def inputs
  @inputs
end

#join_type"equijoin", ...

Returns the value of attribute join_type.

Returns:

  • ("equijoin", "left", "right", "outer", "leftsemi", "leftanti")


5017
5018
5019
# File 'sig/types.rbs', line 5017

def join_type
  @join_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5015
5016
5017
# File 'sig/types.rbs', line 5015

def name
  @name
end