listTables
inline suspend fun KeyspacesClient.listTables(crossinline block: ListTablesRequest.Builder.() -> Unit): ListTablesResponse
The ListTables
operation returns a list of tables for a specified keyspace.
To read keyspace metadata using ListTables
, the IAM principal needs Select
action permissions for the system keyspace.