Class: Aws::Glue::Types::SelectFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SelectFields
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Specifies a transform that chooses the data property keys that you want to keep.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inputs ⇒ Array<String>
The data inputs identified by their node names.
-
#name ⇒ String
The name of the transform node.
-
#paths ⇒ Array<Array<String>>
A JSON path to a variable in the data structure.
Instance Attribute Details
#inputs ⇒ Array<String>
The data inputs identified by their node names.
22802 22803 22804 22805 22806 22807 22808 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22802 class SelectFields < Struct.new( :name, :inputs, :paths) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the transform node.
22802 22803 22804 22805 22806 22807 22808 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22802 class SelectFields < Struct.new( :name, :inputs, :paths) SENSITIVE = [] include Aws::Structure end |
#paths ⇒ Array<Array<String>>
A JSON path to a variable in the data structure.
22802 22803 22804 22805 22806 22807 22808 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22802 class SelectFields < Struct.new( :name, :inputs, :paths) SENSITIVE = [] include Aws::Structure end |