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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7274

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

#inputsArray<String>

Specifies the inputs for the dynamic transform that are required.

Returns:

  • (Array<String>)


7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7274

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

#nameString

Specifies the name of the dynamic transform.

Returns:

  • (String)


7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7274

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

#parametersArray<Types::TransformConfigParameter>

Specifies the parameters of the dynamic transform.



7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7274

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

#pathString

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

Returns:

  • (String)


7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7274

class DynamicTransform < Struct.new(
  :name,
  :transform_name,
  :inputs,
  :parameters,
  :function_name,
  :path,
  :version)
  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)


7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7274

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

#versionString

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

Returns:

  • (String)


7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7274

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