Amazon.ECS.Model.TagLookupResponse.IsSetTags C# (CSharp) Method

IsSetTags() public method

Checks if Tags property is set
public IsSetTags ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetTags()
        {
            return (Tags.Count > 0);
        }