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)


8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
# File 'lib/aws-sdk-glue/types.rb', line 8496

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>)


8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
# File 'lib/aws-sdk-glue/types.rb', line 8496

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)


8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
# File 'lib/aws-sdk-glue/types.rb', line 8496

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:



8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
# File 'lib/aws-sdk-glue/types.rb', line 8496

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.



8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
# File 'lib/aws-sdk-glue/types.rb', line 8496

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)


8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
# File 'lib/aws-sdk-glue/types.rb', line 8496

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)


8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
# File 'lib/aws-sdk-glue/types.rb', line 8496

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)


8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
# File 'lib/aws-sdk-glue/types.rb', line 8496

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