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