Class: Aws::Types::StopWorkflowRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def run_id
  @run_id
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def workflow_arn
  @workflow_arn
end