# File lib/aws/auto_scaling/group.rb, line 134
      def tags
        tag_details.collect do |tag|
          Tag.new(tag.to_hash.merge(:config => config))
        end
      end