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)


8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
# File 'lib/aws-sdk-glue/types.rb', line 8214

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


8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
# File 'lib/aws-sdk-glue/types.rb', line 8214

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)


8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
# File 'lib/aws-sdk-glue/types.rb', line 8214

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:



8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
# File 'lib/aws-sdk-glue/types.rb', line 8214

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.



8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
# File 'lib/aws-sdk-glue/types.rb', line 8214

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)


8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
# File 'lib/aws-sdk-glue/types.rb', line 8214

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)


8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
# File 'lib/aws-sdk-glue/types.rb', line 8214

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)


8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
# File 'lib/aws-sdk-glue/types.rb', line 8214

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