Amazon.Redshift.Model.ClusterNode.IsSetPublicIPAddress C# (CSharp) Method

IsSetPublicIPAddress() private method

private IsSetPublicIPAddress ( ) : bool
return bool
        internal bool IsSetPublicIPAddress()
        {
            return this.publicIPAddress != null;
        }
    }