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.
| 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 | # File 'lib/aws-sdk-glue/types.rb', line 10033 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.
| 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 | # File 'lib/aws-sdk-glue/types.rb', line 10033 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.
| 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 | # File 'lib/aws-sdk-glue/types.rb', line 10033 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.
| 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 | # File 'lib/aws-sdk-glue/types.rb', line 10033 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.
| 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 | # File 'lib/aws-sdk-glue/types.rb', line 10033 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.
| 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 | # File 'lib/aws-sdk-glue/types.rb', line 10033 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.
| 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 | # File 'lib/aws-sdk-glue/types.rb', line 10033 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.
| 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 | # File 'lib/aws-sdk-glue/types.rb', line 10033 class DynamicTransform < Struct.new( :name, :transform_name, :inputs, :parameters, :function_name, :path, :version, :output_schemas) SENSITIVE = [] include Aws::Structure end |