# File lib/aws/ec2/key_pair.rb, line 65
      def delete
        client.delete_key_pair(:key_name => name)
        true
      end