# File lib/aws/ec2/network_interface/attachment.rb, line 89
        def detach options = {}
          client_opts = {}
          client_opts[:attachment_id] = attachment_id
          client_opts[:force] = options[:force] == true
          network_interface.client.detach_network_interface(client_opts)
        end