# File lib/fog/aws/parsers/iam/update_group.rb, line 12 def end_element(name) case name when 'Arn', 'GroupId', 'GroupName', 'Path' @response['Group'][name] = value when 'RequestId' @response[name] = value end end
docs.amazonwebservices.com/IAM/latest/APIReference/index.html?API_UpdateGroup.html
# File lib/fog/aws/parsers/iam/update_group.rb, line 8 def reset @response = { 'Group' => {} } end
Generated with the Darkfish Rdoc Generator 2.