# File lib/fog/aws/models/iam/user.rb, line 33 def access_keys requires :id service.access_keys(:username => id) end
# File lib/fog/aws/models/iam/user.rb, line 22 def destroy requires :id service.delete_user(id) true end
Generated with the Darkfish Rdoc Generator 2.