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)


15258
15259
15260
15261
15262
15263
# File 'lib/aws-sdk-glue/types.rb', line 15258

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>>)


15258
15259
15260
15261
15262
15263
# File 'lib/aws-sdk-glue/types.rb', line 15258

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