ListQueuesResponse

@JsonSerializable
data class ListQueuesResponse(val NextToken: String? = null, val QueueUrls: List<Uri>)

Constructors

Link copied to clipboard
constructor(NextToken: String? = null, QueueUrls: List<Uri>)

Properties

Link copied to clipboard
val NextToken: String? = null
Link copied to clipboard