ListTopicsResponse

public struct ListTopicsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

    Declaration

    Swift

    public let nextToken: String?
  • A list of topic ARNs.

    Declaration

    Swift

    public let topics: [Topic]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, topics: [Topic]? = nil)