python-botocore/tests/unit/response_parsing/xml/responses/ec2-describe-account-attributes.json
2015-11-24 20:34:53 +09:00

43 lines
1,005 B
JSON

{
"ResponseMetadata": {
"RequestId": "14b4e6b1-ad06-4bdc-8dc0-e83bcd376f0c"
},
"AccountAttributes": [
{
"AttributeName": "vpc-max-security-groups-per-interface",
"AttributeValues": [
{
"AttributeValue": "5"
}
]
},
{
"AttributeName": "max-instances",
"AttributeValues": [
{
"AttributeValue": "20"
}
]
},
{
"AttributeName": "supported-platforms",
"AttributeValues": [
{
"AttributeValue": "EC2"
},
{
"AttributeValue": "VPC"
}
]
},
{
"AttributeName": "default-vpc",
"AttributeValues": [
{
"AttributeValue": "none"
}
]
}
]
}