python-botocore/tests/unit/response_parsing/xml/responses/iam-get-user-policy.json
2015-11-24 20:34:53 +09:00

21 lines
532 B
JSON

{
"UserName": "test",
"PolicyName": "test",
"PolicyDocument": {
"Statement": [
{
"Action": [
"ec2:CreateSnapshot",
"ec2:DescribeInstances",
"ec2:DescribeVolumes"
],
"Resource": "*",
"Effect": "Allow",
"Sid": "Stmt1331504410389"
}
]
},
"ResponseMetadata": {
"RequestId": "5a2702d5-bcfd-11e2-b2db-2f18d5db5f10"
}
}