Class: Aws::Types::JobCommand
- Inherits:
-
Object
- Object
- Aws::Types::JobCommand
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#python_version ⇒ ::String
Returns the value of attribute python_version.
-
#runtime ⇒ ::String
Returns the value of attribute runtime.
-
#script_location ⇒ ::String
Returns the value of attribute script_location.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
4912 4913 4914 |
# File 'sig/types.rbs', line 4912 def name @name end |
#python_version ⇒ ::String
Returns the value of attribute python_version.
4914 4915 4916 |
# File 'sig/types.rbs', line 4914 def python_version @python_version end |
#runtime ⇒ ::String
Returns the value of attribute runtime.
4915 4916 4917 |
# File 'sig/types.rbs', line 4915 def runtime @runtime end |
#script_location ⇒ ::String
Returns the value of attribute script_location.
4913 4914 4915 |
# File 'sig/types.rbs', line 4913 def script_location @script_location end |