Amazon.SimpleWorkflow.Model.HistoryEvent.IsSetWorkflowExecutionStartedEventAttributes C# (CSharp) Method

IsSetWorkflowExecutionStartedEventAttributes() private method

private IsSetWorkflowExecutionStartedEventAttributes ( ) : bool
return bool
        internal bool IsSetWorkflowExecutionStartedEventAttributes()
        {
            return this.workflowExecutionStartedEventAttributes != null;
        }
HistoryEvent