Class: Aws::SWF::Types::WorkflowExecution

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

Represents a workflow execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#run_idString

A system-generated unique identifier for the workflow execution.

Returns:

  • (String)


5669
5670
5671
5672
5673
5674
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5669

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

#workflow_idString

The user defined identifier associated with the workflow execution.

Returns:

  • (String)


5669
5670
5671
5672
5673
5674
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5669

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