Safe Haskell | None |
---|
Aws.Iam.Commands.ListUserPolicies
- data ListUserPolicies = ListUserPolicies {
- lupUserName :: Text
- lupMarker :: Maybe Text
- lupMaxItems :: Maybe Integer
- data ListUserPoliciesResponse = ListUserPoliciesResponse {
- luprPolicyNames :: [Text]
- luprIsTruncated :: Bool
- luprMarker :: Maybe Text
Documentation
data ListUserPolicies Source
Lists the user policies associated with the specified user.
Constructors
ListUserPolicies | |
Fields
|
data ListUserPoliciesResponse Source
Constructors
ListUserPoliciesResponse | |
Fields
|
Instances