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

IsSetDecisionTaskStartedEventAttributes() private method

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