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