Class: Aws::Glue::Types::CreateScriptResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreateScriptResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #python_script  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Python script generated from the DAG. 
- 
  
    
      #scala_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Scala code generated from the DAG. 
Instance Attribute Details
#python_script ⇒ String
The Python script generated from the DAG.
| 6693 6694 6695 6696 6697 6698 | # File 'lib/aws-sdk-glue/types.rb', line 6693 class CreateScriptResponse < Struct.new( :python_script, :scala_code) SENSITIVE = [] include Aws::Structure end | 
#scala_code ⇒ String
The Scala code generated from the DAG.
| 6693 6694 6695 6696 6697 6698 | # File 'lib/aws-sdk-glue/types.rb', line 6693 class CreateScriptResponse < Struct.new( :python_script, :scala_code) SENSITIVE = [] include Aws::Structure end |