Class: Aws::SWF::Types::ChildWorkflowExecutionCanceledEventAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::ChildWorkflowExecutionCanceledEventAttributes
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-swf/types.rb
Overview
Provide details of the ‘ChildWorkflowExecutionCanceled` event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ String
Details of the cancellation (if provided).
-
#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.
-
#workflow_execution ⇒ Types::WorkflowExecution
The child workflow execution that was canceled.
-
#workflow_type ⇒ Types::WorkflowType
The type of the child workflow execution.
Instance Attribute Details
#details ⇒ String
Details of the cancellation (if provided).
715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-swf/types.rb', line 715 class ChildWorkflowExecutionCanceledEventAttributes < Struct.new( :workflow_execution, :workflow_type, :details, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#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.
715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-swf/types.rb', line 715 class ChildWorkflowExecutionCanceledEventAttributes < Struct.new( :workflow_execution, :workflow_type, :details, :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.
715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-swf/types.rb', line 715 class ChildWorkflowExecutionCanceledEventAttributes < Struct.new( :workflow_execution, :workflow_type, :details, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#workflow_execution ⇒ Types::WorkflowExecution
The child workflow execution that was canceled.
715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-swf/types.rb', line 715 class ChildWorkflowExecutionCanceledEventAttributes < Struct.new( :workflow_execution, :workflow_type, :details, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ Types::WorkflowType
The type of the child workflow execution.
715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-swf/types.rb', line 715 class ChildWorkflowExecutionCanceledEventAttributes < Struct.new( :workflow_execution, :workflow_type, :details, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |