Class: Aws::Glue::Types::DropDuplicates

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

Overview

Specifies a transform that removes rows of repeating data from a data set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnsArray<Array<String>>

The name of the columns to be merged or removed if repeating.

Returns:

  • (Array<Array<String>>)


8103
8104
8105
8106
8107
8108
8109
# File 'lib/aws-sdk-glue/types.rb', line 8103

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

#inputsArray<String>

The data inputs identified by their node names.

Returns:

  • (Array<String>)


8103
8104
8105
8106
8107
8108
8109
# File 'lib/aws-sdk-glue/types.rb', line 8103

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

#nameString

The name of the transform node.

Returns:

  • (String)


8103
8104
8105
8106
8107
8108
8109
# File 'lib/aws-sdk-glue/types.rb', line 8103

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