python-botocore/tests/unit/response_parsing/xml/responses/ec2-describe-key-pairs.json

12 lines
244 B
JSON
Raw Normal View History

{
"KeyPairs": [
{
"KeyName": "aws",
"KeyFingerprint": "d1:15:f0:ce:7f:ee:94:b5:f2:76:d0:9a:bd:b2:30:18"
}
],
"ResponseMetadata": {
"RequestId": "f01984fe-0227-46e0-bd34-86fadf256477"
}
}