Class: Aws::SWF::Types::ChildWorkflowExecutionTimedOutEventAttributes

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

Overview

Provides the details of the ‘ChildWorkflowExecutionTimedOut` event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#initiated_event_idInteger

The ID of the ‘StartChildWorkflowExecutionInitiated` event corresponding to the `StartChildWorkflowExecution` Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Returns:

  • (Integer)


876
877
878
879
880
881
882
883
884
# File 'lib/aws-sdk-swf/types.rb', line 876

class ChildWorkflowExecutionTimedOutEventAttributes < Struct.new(
  :workflow_execution,
  :workflow_type,
  :timeout_type,
  :initiated_event_id,
  :started_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#started_event_idInteger

The ID of the ‘ChildWorkflowExecutionStarted` event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Returns:

  • (Integer)


876
877
878
879
880
881
882
883
884
# File 'lib/aws-sdk-swf/types.rb', line 876

class ChildWorkflowExecutionTimedOutEventAttributes < Struct.new(
  :workflow_execution,
  :workflow_type,
  :timeout_type,
  :initiated_event_id,
  :started_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_typeString

The type of the timeout that caused the child workflow execution to time out.

Returns:

  • (String)


876
877
878
879
880
881
882
883
884
# File 'lib/aws-sdk-swf/types.rb', line 876

class ChildWorkflowExecutionTimedOutEventAttributes < Struct.new(
  :workflow_execution,
  :workflow_type,
  :timeout_type,
  :initiated_event_id,
  :started_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_executionTypes::WorkflowExecution

The child workflow execution that timed out.



876
877
878
879
880
881
882
883
884
# File 'lib/aws-sdk-swf/types.rb', line 876

class ChildWorkflowExecutionTimedOutEventAttributes < Struct.new(
  :workflow_execution,
  :workflow_type,
  :timeout_type,
  :initiated_event_id,
  :started_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_typeTypes::WorkflowType

The type of the child workflow execution.

Returns:



876
877
878
879
880
881
882
883
884
# File 'lib/aws-sdk-swf/types.rb', line 876

class ChildWorkflowExecutionTimedOutEventAttributes < Struct.new(
  :workflow_execution,
  :workflow_type,
  :timeout_type,
  :initiated_event_id,
  :started_event_id)
  SENSITIVE = []
  include Aws::Structure
end