# File lib/aws/ec2/resource_tag_collection.rb, line 36
      def initialize(resource, opts = {})
        @resource = resource
        super(opts)
        @tags = TagCollection.new(:config => config).
          filter("resource-id", @resource.send(:__resource_id__)).
          filter("resource-type", @resource.tagging_resource_type)
      end