aws-0.11.4: Amazon Web Services (AWS) for Haskell

Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.GetUser

Synopsis

Documentation

data GetUser Source

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

Constructors

GetUser (Maybe Text) 

data User Source

Constructors

User 

Fields

userArn :: Text

ARN used to refer to this user.

userCreateDate :: UTCTime

Date and time at which the user was created.

userPath :: Text

Path under which the user was created.

userUserId :: Text

Unique identifier used to refer to this user.

userUserName :: Text

Name of the user.

Instances