Amazon.SimpleWorkflow.Model.GetWorkflowExecutionHistoryRequest.IsSetExecution C# (CSharp) Method

IsSetExecution() private method

private IsSetExecution ( ) : bool
return bool
        internal bool IsSetExecution()
        {
            return this.execution != null;
        }