# File lib/fog/aws/parsers/sts/get_session_token.rb, line 13 def end_element(name) case name when 'SessionToken', 'SecretAccessKey', 'Expiration', 'AccessKeyId' @response[name] = @value.strip when 'Arn', 'FederatedUserId' @response[name] = @value.strip when 'PackedPolicySize' @response[name] = @value when 'RequestId' @response[name] = @value end end
docs.amazonwebservices.com/IAM/latest/UserGuide/index.html?CreatingFedTokens.html
# File lib/fog/aws/parsers/sts/get_session_token.rb, line 9 def reset @response = {} end
Generated with the Darkfish Rdoc Generator 2.