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