Method: Aws::SWF::Types::WorkflowExecution#run_id

Defined in:
lib/aws-sdk-swf/types.rb

#run_idString

A system-generated unique identifier for the workflow execution.

Returns:

  • (String)


5710
5711
5712
5713
5714
5715
# File 'lib/aws-sdk-swf/types.rb', line 5710

class WorkflowExecution < Struct.new(
  :workflow_id,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end