Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.GetUser
- data GetUser = GetUser (Maybe Text)
- data GetUserResponse = GetUserResponse User
- data User = User {
- userArn :: Text
- userCreateDate :: UTCTime
- userPath :: Text
- userUserId :: Text
- userUserName :: Text
Documentation
Retreives information about the given user.
If a user name is not given, IAM determines the user name based on the access key signing the request.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html
data GetUserResponse Source #
Constructors
GetUserResponse User |
Instances
The IAM User
data type.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_User.html
Constructors
User | |
Fields
|