Amazon.ElasticLoadBalancing.Model.PolicyAttributeDescription.IsSetAttributeValue C# (CSharp) Method

IsSetAttributeValue() private method

private IsSetAttributeValue ( ) : bool
return bool
        internal bool IsSetAttributeValue()
        {
            return this.attributeValue != null;
        }
    }