python-botocore/tests/unit/response_parsing/xml/responses/ses-get-identity-notification-attributes.json
2015-11-24 20:34:53 +09:00

12 lines
364 B
JSON

{
"NotificationAttributes": {
"user@example.com": {
"ForwardingEnabled": true,
"ComplaintTopic": "arn:aws:sns:us-east-1:123456789012:example",
"BounceTopic": "arn:aws:sns:us-east-1:123456789012:example"
}
},
"ResponseMetadata": {
"RequestId": "e038e509-b72a-11e1-901f-1fbd90e8104f"
}
}