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.
5929 5930 5931 5932 5933 5934 |
# File 'lib/aws-sdk-glue/types.rb', line 5929 class CreateScriptResponse < Struct.new( :python_script, :scala_code) SENSITIVE = [] include Aws::Structure end |
#scala_code ⇒ String
The Scala code generated from the DAG.
5929 5930 5931 5932 5933 5934 |
# File 'lib/aws-sdk-glue/types.rb', line 5929 class CreateScriptResponse < Struct.new( :python_script, :scala_code) SENSITIVE = [] include Aws::Structure end |