Provides details of the ChildWorkflowExecutionFailed event.

コード例 #1
0
ファイル: HistoryEvent.cs プロジェクト: rguarino4/aws-sdk-net
 public HistoryEvent WithChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes)
 {
     this.childWorkflowExecutionFailedEventAttributes = childWorkflowExecutionFailedEventAttributes;
     return this;
 }