# File lib/fog/aws/models/iam/access_keys.rb, line 25 def new(attributes = {}) super({ :username => @username }.merge!(attributes)) end