Method: Aws::SWF::Types::WorkflowExecution#run_id
- Defined in:
- lib/aws-sdk-swf/types.rb
#run_id ⇒ String
A system-generated unique identifier for the workflow execution.
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 |