Class: Aws::Glue::Types::SplitFields

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

Overview

Specifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputsArray<String>

The data inputs identified by their node names.

Returns:

  • (Array<String>)


19759
19760
19761
19762
19763
19764
19765
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19759

class SplitFields < Struct.new(
  :name,
  :inputs,
  :paths)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the transform node.

Returns:

  • (String)


19759
19760
19761
19762
19763
19764
19765
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19759

class SplitFields < Struct.new(
  :name,
  :inputs,
  :paths)
  SENSITIVE = []
  include Aws::Structure
end

#pathsArray<Array<String>>

A JSON path to a variable in the data structure.

Returns:

  • (Array<Array<String>>)


19759
19760
19761
19762
19763
19764
19765
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19759

class SplitFields < Struct.new(
  :name,
  :inputs,
  :paths)
  SENSITIVE = []
  include Aws::Structure
end