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.
13325 13326 13327 13328 13329 13330 |
# File 'lib/aws-sdk-glue/types.rb', line 13325 class GetPlanResponse < Struct.new( :python_script, :scala_code) SENSITIVE = [] include Aws::Structure end |
#scala_code ⇒ String
The Scala code to perform the mapping.
13325 13326 13327 13328 13329 13330 |
# File 'lib/aws-sdk-glue/types.rb', line 13325 class GetPlanResponse < Struct.new( :python_script, :scala_code) SENSITIVE = [] include Aws::Structure end |