# File lib/aws/ec2/internet_gateway.rb, line 46
      def attachments
        attachment_set.map {|details| Attachment.new(self, details) }
      end