You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SNS::Types::ListTopicsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Response for ListTopics action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)

    Token to pass along to the next ListTopics request.

#topicsArray<Types::Topic>

A list of topic ARNs.

Returns: