Class: Aws::Types::JobCommand

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4941
4942
4943
# File 'sig/types.rbs', line 4941

def name
  @name
end

#python_version::String

Returns the value of attribute python_version.

Returns:

  • (::String)


4943
4944
4945
# File 'sig/types.rbs', line 4943

def python_version
  @python_version
end

#runtime::String

Returns the value of attribute runtime.

Returns:

  • (::String)


4944
4945
4946
# File 'sig/types.rbs', line 4944

def runtime
  @runtime
end

#script_location::String

Returns the value of attribute script_location.

Returns:

  • (::String)


4942
4943
4944
# File 'sig/types.rbs', line 4942

def script_location
  @script_location
end