Merge pull request #338 from Tinche/sns.list_platform_applications

Update responses.py
This commit is contained in:
Steve Pulec 2015-03-28 13:51:21 -04:00
commit 96b2fa96c1

View File

@ -250,7 +250,8 @@ class SNSResponse(BaseResponse):
"PlatformApplications": [{
"PlatformApplicationArn": application.arn,
"attributes": application.attributes,
} for application in applications]
} for application in applications],
"NextToken": None
},
"ResponseMetadata": {
"RequestId": "384ac68d-3775-11df-8963-01868b7c937c",