Class: Aws::SWF::Types::ChildWorkflowExecutionTimedOutEventAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::ChildWorkflowExecutionTimedOutEventAttributes
- 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
-
#initiated_event_id ⇒ Integer
The ID of the ‘StartChildWorkflowExecutionInitiated` event corresponding to the `StartChildWorkflowExecution` Decision to start this child workflow execution.
-
#started_event_id ⇒ Integer
The ID of the ‘ChildWorkflowExecutionStarted` event 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.
898 899 900 901 902 903 904 905 906 |
# File 'lib/aws-sdk-swf/types.rb', line 898 class ChildWorkflowExecutionTimedOutEventAttributes < Struct.new( :workflow_execution, :workflow_type, :timeout_type, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#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.
898 899 900 901 902 903 904 905 906 |
# File 'lib/aws-sdk-swf/types.rb', line 898 class ChildWorkflowExecutionTimedOutEventAttributes < Struct.new( :workflow_execution, :workflow_type, :timeout_type, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#timeout_type ⇒ String
The type of the timeout that caused the child workflow execution to time out.
898 899 900 901 902 903 904 905 906 |
# File 'lib/aws-sdk-swf/types.rb', line 898 class ChildWorkflowExecutionTimedOutEventAttributes < Struct.new( :workflow_execution, :workflow_type, :timeout_type, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#workflow_execution ⇒ Types::WorkflowExecution
The child workflow execution that timed out.
898 899 900 901 902 903 904 905 906 |
# File 'lib/aws-sdk-swf/types.rb', line 898 class ChildWorkflowExecutionTimedOutEventAttributes < Struct.new( :workflow_execution, :workflow_type, :timeout_type, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ Types::WorkflowType
The type of the child workflow execution.
898 899 900 901 902 903 904 905 906 |
# File 'lib/aws-sdk-swf/types.rb', line 898 class ChildWorkflowExecutionTimedOutEventAttributes < Struct.new( :workflow_execution, :workflow_type, :timeout_type, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |