Method: Aws::SWF::Types::RequestCancelExternalWorkflowExecutionFailedEventAttributes#run_id

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

#run_idString

The runId of the external workflow execution.

Returns:

  • (String)


4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
# File 'lib/aws-sdk-swf/types.rb', line 4028

class RequestCancelExternalWorkflowExecutionFailedEventAttributes < Struct.new(
  :workflow_id,
  :run_id,
  :cause,
  :initiated_event_id,
  :decision_task_completed_event_id,
  :control)
  SENSITIVE = []
  include Aws::Structure
end