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

10 lines
342 B
JSON

{
"Attributes": {
"Owner": "123456789012",
"DeliveryPolicy": "{\"healthyRetryPolicy\":{\"numRetries\":10}}",
"SubscriptionArn": "arn:aws:sns:us-east-1:123456789012:My-Topic:80289ba6-0fd4-4079-afb4-ce8c8260f0ca"
},
"ResponseMetadata": {
"RequestId": "057f074c-33a7-11df-9540-99d0768312d3"
}
}