Amazon.EC2.Model.SecurityGroup.IsSetIpPermissionsEgress C# (CSharp) Method

IsSetIpPermissionsEgress() private method

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