Class: Aws::Glue::Types::DynamicTransform

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

Overview

Specifies the set of parameters needed to perform the dynamic transform.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_nameString

Specifies the name of the function of the dynamic transform.

Returns:

  • (String)


8653
8654
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
# File 'lib/aws-sdk-glue/types.rb', line 8653

class DynamicTransform < Struct.new(
  :name,
  :transform_name,
  :inputs,
  :parameters,
  :function_name,
  :path,
  :version,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

Specifies the inputs for the dynamic transform that are required.

Returns:

  • (Array<String>)


8653
8654
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
# File 'lib/aws-sdk-glue/types.rb', line 8653

class DynamicTransform < Struct.new(
  :name,
  :transform_name,
  :inputs,
  :parameters,
  :function_name,
  :path,
  :version,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Specifies the name of the dynamic transform.

Returns:

  • (String)


8653
8654
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
# File 'lib/aws-sdk-glue/types.rb', line 8653

class DynamicTransform < Struct.new(
  :name,
  :transform_name,
  :inputs,
  :parameters,
  :function_name,
  :path,
  :version,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the dynamic transform.

Returns:



8653
8654
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
# File 'lib/aws-sdk-glue/types.rb', line 8653

class DynamicTransform < Struct.new(
  :name,
  :transform_name,
  :inputs,
  :parameters,
  :function_name,
  :path,
  :version,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::TransformConfigParameter>

Specifies the parameters of the dynamic transform.



8653
8654
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
# File 'lib/aws-sdk-glue/types.rb', line 8653

class DynamicTransform < Struct.new(
  :name,
  :transform_name,
  :inputs,
  :parameters,
  :function_name,
  :path,
  :version,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

Specifies the path of the dynamic transform source and config files.

Returns:

  • (String)


8653
8654
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
# File 'lib/aws-sdk-glue/types.rb', line 8653

class DynamicTransform < Struct.new(
  :name,
  :transform_name,
  :inputs,
  :parameters,
  :function_name,
  :path,
  :version,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#transform_nameString

Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.

Returns:

  • (String)


8653
8654
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
# File 'lib/aws-sdk-glue/types.rb', line 8653

class DynamicTransform < Struct.new(
  :name,
  :transform_name,
  :inputs,
  :parameters,
  :function_name,
  :path,
  :version,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

This field is not used and will be deprecated in future release.

Returns:

  • (String)


8653
8654
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
# File 'lib/aws-sdk-glue/types.rb', line 8653

class DynamicTransform < Struct.new(
  :name,
  :transform_name,
  :inputs,
  :parameters,
  :function_name,
  :path,
  :version,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end