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.
11642 11643 11644 11645 11646 11647 |
# File 'lib/aws-sdk-glue/types.rb', line 11642 class GetPlanResponse < Struct.new( :python_script, :scala_code) SENSITIVE = [] include Aws::Structure end |
#scala_code ⇒ String
The Scala code to perform the mapping.
11642 11643 11644 11645 11646 11647 |
# File 'lib/aws-sdk-glue/types.rb', line 11642 class GetPlanResponse < Struct.new( :python_script, :scala_code) SENSITIVE = [] include Aws::Structure end |