Class: Aws::SWF::Types::ChildWorkflowExecutionCompletedEventAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::ChildWorkflowExecutionCompletedEventAttributes
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Overview
Provides the details of the ChildWorkflowExecutionCompleted event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#initiated_event_id ⇒ Integer
The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. -
#result ⇒ String
The result of the child workflow execution.
-
#started_event_id ⇒ Integer
The ID of the
ChildWorkflowExecutionStartedevent recorded when this child workflow execution was started. -
#workflow_execution ⇒ Types::WorkflowExecution
The child workflow execution that was completed.
-
#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.
732 733 734 735 736 737 738 739 740 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 732 class ChildWorkflowExecutionCompletedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :result, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#result ⇒ String
The result of the child workflow execution.
732 733 734 735 736 737 738 739 740 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 732 class ChildWorkflowExecutionCompletedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :result, :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.
732 733 734 735 736 737 738 739 740 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 732 class ChildWorkflowExecutionCompletedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :result, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#workflow_execution ⇒ Types::WorkflowExecution
The child workflow execution that was completed.
732 733 734 735 736 737 738 739 740 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 732 class ChildWorkflowExecutionCompletedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :result, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ Types::WorkflowType
The type of the child workflow execution.
732 733 734 735 736 737 738 739 740 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 732 class ChildWorkflowExecutionCompletedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :result, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |