Class: Aws::Glue::Types::GetPlanResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#python_scriptString

A Python script to perform the mapping.

Returns:

  • (String)


9616
9617
9618
9619
9620
9621
# File 'lib/aws-sdk-glue/types.rb', line 9616

class GetPlanResponse < Struct.new(
  :python_script,
  :scala_code)
  SENSITIVE = []
  include Aws::Structure
end

#scala_codeString

The Scala code to perform the mapping.

Returns:

  • (String)


9616
9617
9618
9619
9620
9621
# File 'lib/aws-sdk-glue/types.rb', line 9616

class GetPlanResponse < Struct.new(
  :python_script,
  :scala_code)
  SENSITIVE = []
  include Aws::Structure
end