Class: Aws::Glue::Types::RenameField

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

Overview

Specifies a transform that renames a single data property key.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputsArray<String>

The data inputs identified by their node names.

Returns:

  • (Array<String>)


21237
21238
21239
21240
21241
21242
21243
21244
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21237

class RenameField < Struct.new(
  :name,
  :inputs,
  :source_path,
  :target_path)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the transform node.

Returns:

  • (String)


21237
21238
21239
21240
21241
21242
21243
21244
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21237

class RenameField < Struct.new(
  :name,
  :inputs,
  :source_path,
  :target_path)
  SENSITIVE = []
  include Aws::Structure
end

#source_pathArray<String>

A JSON path to a variable in the data structure for the source data.

Returns:

  • (Array<String>)


21237
21238
21239
21240
21241
21242
21243
21244
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21237

class RenameField < Struct.new(
  :name,
  :inputs,
  :source_path,
  :target_path)
  SENSITIVE = []
  include Aws::Structure
end

#target_pathArray<String>

A JSON path to a variable in the data structure for the target data.

Returns:

  • (Array<String>)


21237
21238
21239
21240
21241
21242
21243
21244
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21237

class RenameField < Struct.new(
  :name,
  :inputs,
  :source_path,
  :target_path)
  SENSITIVE = []
  include Aws::Structure
end