You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SWF::Types::ChildWorkflowExecutionTimedOutEventAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::ChildWorkflowExecutionTimedOutEventAttributes
- Defined in:
- (unknown)
Overview
Provides the details of the ChildWorkflowExecutionTimedOut event.
Returned by:
Instance Attribute Summary collapse
-
#initiated_event_id ⇒ Integer
The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. -
#started_event_id ⇒ Integer
The ID of the
ChildWorkflowExecutionStartedevent recorded when this child workflow execution was started. -
#timeout_type ⇒ String
The type of the timeout that caused the child workflow execution to time out.
-
#workflow_execution ⇒ Types::WorkflowExecution
The child workflow execution that timed out.
-
#workflow_type ⇒ Types::WorkflowType
The type of the child workflow execution.
Instance Attribute Details
#initiated_event_id ⇒ Integer
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.
#started_event_id ⇒ Integer
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.
#timeout_type ⇒ String
The type of the timeout that caused the child workflow execution to time out.
Possible values:
- START_TO_CLOSE
#workflow_execution ⇒ Types::WorkflowExecution
The child workflow execution that timed out.
#workflow_type ⇒ Types::WorkflowType
The type of the child workflow execution.