List the SNS topic using boto3

后端 未结 0 1301
别那么骄傲
别那么骄傲 2020-12-02 20:21

Im trying to list the sns topic using boto3

im using this code

import boto3
import pprint

response = client.list_topics(
    NextToken=\'string\'
)


         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题