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)


4955
4956
4957
# File 'sig/types.rbs', line 4955

def name
  @name
end

#python_version::String

Returns the value of attribute python_version.

Returns:

  • (::String)


4957
4958
4959
# File 'sig/types.rbs', line 4957

def python_version
  @python_version
end

#runtime::String

Returns the value of attribute runtime.

Returns:

  • (::String)


4958
4959
4960
# File 'sig/types.rbs', line 4958

def runtime
  @runtime
end

#script_location::String

Returns the value of attribute script_location.

Returns:

  • (::String)


4956
4957
4958
# File 'sig/types.rbs', line 4956

def script_location
  @script_location
end