class AWS::EC2::KeyPair

def initialize name, options = {}

def initialize name, options = {}
  @name = name.to_s
  @private_key = options[:private_key]
  super
end