Class: Aws::Types::CreateScriptResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateScriptResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#python_script ⇒ ::String
Returns the value of attribute python_script.
-
#scala_code ⇒ ::String
Returns the value of attribute scala_code.
Instance Attribute Details
#python_script ⇒ ::String
Returns the value of attribute python_script.
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.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def scala_code @scala_code end |