python-botocore/tests/unit/response_parsing/xml/responses/iam-get-user.json

11 lines
245 B
JSON
Raw Normal View History

{
"User": {
"CreateDate": "2011-12-19T23:16:46Z",
"UserId": "123456789012",
"Arn": "arn:aws:iam::123456789012:root"
},
"ResponseMetadata": {
"RequestId": "a8ca5eb9-9167-11e2-8395-2fafede00095"
}
}