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

Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.ListUserPolicies

Synopsis

Documentation

data ListUserPolicies Source

Lists the user policies associated with the specified user.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUserPolicies.html

Constructors

ListUserPolicies 

Fields

lupUserName :: Text

Policies associated with this user will be listed.

lupMarker :: Maybe Text

Used for paginating requests. Marks the position of the last request.

lupMaxItems :: Maybe Integer

Used for paginating requests. Specifies the maximum number of items to return in the response. Defaults to 100.