queues

@JvmName(name = "listQueuesResponseQueueSummary")
fun Flow<ListQueuesResponse>.queues(): Flow<QueueSummary>

This paginator transforms the flow returned by listQueuesPaginated to access the nested member QueueSummary

Return

A kotlinx.coroutines.flow.Flow that can collect QueueSummary