NAME
Net::Amazon::IAM::User
DESCRIPTION
A class representing a IAM User
ATTRIBUTES
- Arn (optional)
 - 
The Amazon Resource Name (ARN) that identifies the user. See http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
 - CreateDate (optional)
 - 
User creation date and time
 - PasswordLastUsed (optional)
 - 
When user last time used his password (if used).
 - Path (optional)
 - 
Where User was placed.
 - UserId (optional)
 - 
IAM user ID.
 - UserName (required)
 - 
Just a user name.
 
AUTHOR
Igor Tsigankov <tsiganenok@gmail.com>
COPYRIGHT
Copyright (c) 2015 Igor Tsigankov . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.