tables

@JvmName(name = "listTablesResponseTableSummary")
fun Flow<ListTablesResponse>.tables(): Flow<TableSummary>

This paginator transforms the flow returned by listTablesPaginated to access the nested member TableSummary

Return

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