Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserName is optional in iam.GetUser() #192

Closed
drombosky opened this issue Jul 24, 2014 · 0 comments · Fixed by #193
Closed

UserName is optional in iam.GetUser() #192

drombosky opened this issue Jul 24, 2014 · 0 comments · Fixed by #193

Comments

@drombosky
Copy link
Contributor

Following
http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html
The UserName argument in iam.GetUser() is optional.

In the case where the UserName is omitted, the response returns information about the user making the request. This is incredibly helpful when running code on an instance with an IAM role.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant