Class: Aws::Glue::Types::JoinColumn
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::JoinColumn
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Specifies a column to be joined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from ⇒ String
The column to be joined.
-
#keys ⇒ Array<Array<String>>
The key of the column to be joined.
Instance Attribute Details
#from ⇒ String
The column to be joined.
17159 17160 17161 17162 17163 17164 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17159 class JoinColumn < Struct.new( :from, :keys) SENSITIVE = [] include Aws::Structure end |
#keys ⇒ Array<Array<String>>
The key of the column to be joined.
17159 17160 17161 17162 17163 17164 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17159 class JoinColumn < Struct.new( :from, :keys) SENSITIVE = [] include Aws::Structure end |