Class: Aws::Types::StopJobRunRequest

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)


931
932
933
# File 'sig/types.rbs', line 931

def name
  @name
end

#run_id ⇒ ::String

Returns the value of attribute run_id.

Returns:

  • (::String)


932
933
934
# File 'sig/types.rbs', line 932

def run_id
  @run_id
end