Class: Aws::Types::CreateScriptResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#python_script::String

Returns the value of attribute python_script.

Returns:

  • (::String)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def python_script
  @python_script
end

#scala_code::String

Returns the value of attribute scala_code.

Returns:

  • (::String)


1748
1749
1750
# File 'sig/types.rbs', line 1748

def scala_code
  @scala_code
end