jobQueues

@JvmName(name = "describeJobQueuesResponseJobQueueDetail")
fun Flow<DescribeJobQueuesResponse>.jobQueues(): Flow<JobQueueDetail>

This paginator transforms the flow returned by describeJobQueuesPaginated to access the nested member JobQueueDetail

Return

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