Class: Aws::Glue::Types::SelectFields

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#inputsArray<String>

The data inputs identified by their node names.

Returns:

  • (Array<String>)


19670
19671
19672
19673
19674
19675
19676
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19670

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

#nameString

The name of the transform node.

Returns:

  • (String)


19670
19671
19672
19673
19674
19675
19676
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19670

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


19670
19671
19672
19673
19674
19675
19676
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19670

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