Class: Aws::Glue::Types::DynamicTransform
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DynamicTransform
- 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
-
#function_name ⇒ String
Specifies the name of the function of the dynamic transform.
-
#inputs ⇒ Array<String>
Specifies the inputs for the dynamic transform that are required.
-
#name ⇒ String
Specifies the name of the dynamic transform.
-
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the dynamic transform.
-
#parameters ⇒ Array<Types::TransformConfigParameter>
Specifies the parameters of the dynamic transform.
-
#path ⇒ String
Specifies the path of the dynamic transform source and config files.
-
#transform_name ⇒ String
Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.
-
#version ⇒ String
This field is not used and will be deprecated in future release.
Instance Attribute Details
#function_name ⇒ String
Specifies the name of the function of the dynamic transform.
8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 |
# File 'lib/aws-sdk-glue/types.rb', line 8782 class DynamicTransform < Struct.new( :name, :transform_name, :inputs, :parameters, :function_name, :path, :version, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
Specifies the inputs for the dynamic transform that are required.
8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 |
# File 'lib/aws-sdk-glue/types.rb', line 8782 class DynamicTransform < Struct.new( :name, :transform_name, :inputs, :parameters, :function_name, :path, :version, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Specifies the name of the dynamic transform.
8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 |
# File 'lib/aws-sdk-glue/types.rb', line 8782 class DynamicTransform < Struct.new( :name, :transform_name, :inputs, :parameters, :function_name, :path, :version, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the dynamic transform.
8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 |
# File 'lib/aws-sdk-glue/types.rb', line 8782 class DynamicTransform < Struct.new( :name, :transform_name, :inputs, :parameters, :function_name, :path, :version, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::TransformConfigParameter>
Specifies the parameters of the dynamic transform.
8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 |
# File 'lib/aws-sdk-glue/types.rb', line 8782 class DynamicTransform < Struct.new( :name, :transform_name, :inputs, :parameters, :function_name, :path, :version, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
Specifies the path of the dynamic transform source and config files.
8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 |
# File 'lib/aws-sdk-glue/types.rb', line 8782 class DynamicTransform < Struct.new( :name, :transform_name, :inputs, :parameters, :function_name, :path, :version, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#transform_name ⇒ String
Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.
8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 |
# File 'lib/aws-sdk-glue/types.rb', line 8782 class DynamicTransform < Struct.new( :name, :transform_name, :inputs, :parameters, :function_name, :path, :version, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
This field is not used and will be deprecated in future release.
8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 |
# File 'lib/aws-sdk-glue/types.rb', line 8782 class DynamicTransform < Struct.new( :name, :transform_name, :inputs, :parameters, :function_name, :path, :version, :output_schemas) SENSITIVE = [] include Aws::Structure end |