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:



4989
4990
4991
# File 'sig/types.rbs', line 4989

def columns
  @columns
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


4987
4988
4989
# File 'sig/types.rbs', line 4987

def inputs
  @inputs
end

#join_type"equijoin", ...

Returns the value of attribute join_type.

Returns:

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


4988
4989
4990
# File 'sig/types.rbs', line 4988

def join_type
  @join_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4986
4987
4988
# File 'sig/types.rbs', line 4986

def name
  @name
end