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