| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Aws.Iam.Commands.GetUserPolicy
- data GetUserPolicy = GetUserPolicy {
- gupPolicyName :: Text
 - gupUserName :: Text
 
 - data GetUserPolicyResponse = GetUserPolicyResponse {}
 
Documentation
data GetUserPolicy Source
Retreives the specified policy document for the specified user.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUserPolicy.html
Constructors
| GetUserPolicy | |
Fields 
  | |
data GetUserPolicyResponse Source
Constructors
| GetUserPolicyResponse | |
Fields 
  | |
Instances