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

IsSetDecisionTaskCompletedEventAttributes() private method

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