Amazon.CodePipeline.Model.StageDeclaration.IsSetActions C# (CSharp) Method

IsSetActions() private method

private IsSetActions ( ) : bool
return bool
        internal bool IsSetActions()
        {
            return this._actions != null && this._actions.Count > 0; 
        }