Class: Aws::Glue::Types::DropFields

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

Overview

Specifies a transform that chooses the data property keys that you want to drop.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputsArray<String>

The data inputs identified by their node names.

Returns:

  • (Array<String>)


8128
8129
8130
8131
8132
8133
8134
# File 'lib/aws-sdk-glue/types.rb', line 8128

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

#nameString

The name of the transform node.

Returns:

  • (String)


8128
8129
8130
8131
8132
8133
8134
# File 'lib/aws-sdk-glue/types.rb', line 8128

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


8128
8129
8130
8131
8132
8133
8134
# File 'lib/aws-sdk-glue/types.rb', line 8128

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