Class: Aws::Glue::Types::GetPlanResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetPlanResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #python_script  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A Python script to perform the mapping. 
- 
  
    
      #scala_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Scala code to perform the mapping. 
Instance Attribute Details
#python_script ⇒ String
A Python script to perform the mapping.
| 13359 13360 13361 13362 13363 13364 | # File 'lib/aws-sdk-glue/types.rb', line 13359 class GetPlanResponse < Struct.new( :python_script, :scala_code) SENSITIVE = [] include Aws::Structure end | 
#scala_code ⇒ String
The Scala code to perform the mapping.
| 13359 13360 13361 13362 13363 13364 | # File 'lib/aws-sdk-glue/types.rb', line 13359 class GetPlanResponse < Struct.new( :python_script, :scala_code) SENSITIVE = [] include Aws::Structure end |