AWSSNSListTopicsResponse

Objective-C

@interface AWSSNSListTopicsResponse

Swift

class AWSSNSListTopicsResponse

Response for ListTopics action.

  • Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • A list of topic ARNs.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSNSTopic *> *_Nullable topics;

    Swift

    var topics: [AWSSNSTopic]? { get set }