Table of Contents

Class ListTopicsResponse

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Response for ListTopics action.

public class ListTopicsResponse : AmazonWebServiceResponse
Inheritance
ListTopicsResponse

Constructors

ListTopicsResponse()

public ListTopicsResponse()

Properties

NextToken

Gets and sets the property NextToken.

Token to pass along to the next

ListTopics
request. This element is returned if there are additional topics to retrieve.
public string NextToken { get; set; }

Property Value

string

Topics

Gets and sets the property Topics.

A list of topic ARNs.

public List<Topic> Topics { get; set; }

Property Value

List<Topic>