Class: Aws::Glue::Types::JoinColumn

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies a column to be joined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fromString

The column to be joined.

Returns:

  • (String)


14179
14180
14181
14182
14183
14184
# File 'lib/aws-sdk-glue/types.rb', line 14179

class JoinColumn < Struct.new(
  :from,
  :keys)
  SENSITIVE = []
  include Aws::Structure
end

#keysArray<Array<String>>

The key of the column to be joined.

Returns:

  • (Array<Array<String>>)


14179
14180
14181
14182
14183
14184
# File 'lib/aws-sdk-glue/types.rb', line 14179

class JoinColumn < Struct.new(
  :from,
  :keys)
  SENSITIVE = []
  include Aws::Structure
end