ListQueuesResponse

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard