connectionSummaries

@JvmName(name = "listConnectionsResponseConnectionSummary")
fun Flow<ListConnectionsResponse>.connectionSummaries(): Flow<ConnectionSummary>

This paginator transforms the flow returned by listConnectionsPaginated to access the nested member ConnectionSummary

Return

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