columnList

@JvmName(name = "describeTableResponseColumnMetadata")
fun Flow<DescribeTableResponse>.columnList(): Flow<ColumnMetadata>

This paginator transforms the flow returned by describeTablePaginated to access the nested member ColumnMetadata

Return

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