Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- 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.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUserPolicies.html
ListUserPolicies | |
|
Instances
data ListUserPoliciesResponse Source #
ListUserPoliciesResponse | |
|