Class: Aws::Glue::Types::CustomCode

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

Overview

Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameString

The name defined for the custom code node class.

Returns:

  • (String)


6048
6049
6050
6051
6052
6053
6054
6055
6056
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6048

class CustomCode < Struct.new(
  :name,
  :inputs,
  :code,
  :class_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#codeString

The custom code that is used to perform the data transformation.

Returns:

  • (String)


6048
6049
6050
6051
6052
6053
6054
6055
6056
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6048

class CustomCode < Struct.new(
  :name,
  :inputs,
  :code,
  :class_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The data inputs identified by their node names.

Returns:

  • (Array<String>)


6048
6049
6050
6051
6052
6053
6054
6055
6056
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6048

class CustomCode < Struct.new(
  :name,
  :inputs,
  :code,
  :class_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the transform node.

Returns:

  • (String)


6048
6049
6050
6051
6052
6053
6054
6055
6056
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6048

class CustomCode < Struct.new(
  :name,
  :inputs,
  :code,
  :class_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the custom code transform.

Returns:



6048
6049
6050
6051
6052
6053
6054
6055
6056
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6048

class CustomCode < Struct.new(
  :name,
  :inputs,
  :code,
  :class_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end