clusters

@JvmName(name = "listClustersResponseClusterSummary")
fun Flow<ListClustersResponse>.clusters(): Flow<ClusterSummary>

This paginator transforms the flow returned by listClustersPaginated to access the nested member ClusterSummary

Return

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