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)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def python_script
  @python_script
end

#scala_code::String

Returns the value of attribute scala_code.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def scala_code
  @scala_code
end