http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-sns
/
org.http4k.connect.amazon.sns.action
/
TopicList
Topic
List
data
class
TopicList
(
val
items
:
List
<
ARN
>
,
val
NextToken
:
String
?
=
null
)
:
Paged
<
String
,
ARN
>
(
source
)
Members
Constructors
Topic
List
Link copied to clipboard
constructor
(
items
:
List
<
ARN
>
,
NextToken
:
String
?
=
null
)
Properties
items
Link copied to clipboard
open
override
val
items
:
List
<
ARN
>
Next
Token
Link copied to clipboard
val
NextToken
:
String
?
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
ARN
>
token
Link copied to clipboard
open
override
fun
token
(
)
:
String
?