# File lib/aws/ec2/resource_tag_collection.rb, line 58 def empty? if cached = cached_tags return cached.empty? end @tags.to_a.empty? end