Class: Aws::SWF::Types::ExternalWorkflowExecutionCancelRequestedEventAttributes

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

Overview

Provides the details of the ExternalWorkflowExecutionCancelRequested event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#initiated_event_idInteger

The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Returns:

  • (Integer)


2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2050

class ExternalWorkflowExecutionCancelRequestedEventAttributes < Struct.new(
  :workflow_execution,
  :initiated_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_executionTypes::WorkflowExecution

The external workflow execution to which the cancellation request was delivered.



2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2050

class ExternalWorkflowExecutionCancelRequestedEventAttributes < Struct.new(
  :workflow_execution,
  :initiated_event_id)
  SENSITIVE = []
  include Aws::Structure
end