Merge pull request #338 from Tinche/sns.list_platform_applications
Update responses.py
This commit is contained in:
commit
96b2fa96c1
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue