# File lib/aws/ec2/network_interface.rb, line 173
      def attachment
        if details = attachment_details
          Attachment.new(self, details)
        end
      end