sns_list_topics: Returns a list of the requester's topics

View source: R/sns_operations.R

sns_list_topicsR Documentation

Returns a list of the requester's topics

Description

Returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a NextToken is also returned. Use the NextToken parameter in a new list_topics call to get further results.

See https://www.paws-r-sdk.com/docs/sns_list_topics/ for full documentation.

Usage

sns_list_topics(NextToken = NULL)

Arguments

NextToken

Token returned by the previous list_topics request.


paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.