Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineRequest.IsSetRejectedPatches C# (CSharp) Method

IsSetRejectedPatches() private method

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