# File lib/fog/aws/models/iam/access_keys.rb, line 18 def all data = service.list_access_keys('UserName'=> @username).body['AccessKeys'] # AWS response doesn't contain the UserName, this injects it data.each {|access_key| access_key['UserName'] = @username } load(data) end
Generated with the Darkfish Rdoc Generator 2.