# File lib/aws/ec2/key_pair.rb, line 22 def initialize name, options = {} @name = name.to_s @private_key = options[:private_key] super end