# File lib/aws/ec2/attachment.rb, line 109
      def delete options = {}
        client.detach_volume(options.merge(resource_options))
      end