RetainedMessages

@JsonSerializable
data class RetainedMessages(val retainedTopics: List<RetainedMessageSummary> = emptyList(), val nextToken: String? = null)(source)

AWS names this field retainedTopics, though it holds whole summaries rather than topic names.

Constructors

Link copied to clipboard
constructor(retainedTopics: List<RetainedMessageSummary> = emptyList(), nextToken: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard