Method: Aws::SWF::Types::WorkflowExecution#workflow_id

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

#workflow_idString

The user defined identifier associated with 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