Class: Aws::Glue::Types::ApplyMapping

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

Overview

Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputsArray<String>

The data inputs identified by their node names.

Returns:

  • (Array<String>)


391
392
393
394
395
396
397
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 391

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

#mappingArray<Types::Mapping>

Specifies the mapping of data property keys in the data source to data property keys in the data target.

Returns:



391
392
393
394
395
396
397
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 391

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

#nameString

The name of the transform node.

Returns:

  • (String)


391
392
393
394
395
396
397
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 391

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