ListTablesRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the keyspace.

Link copied to clipboard

The total number of tables to return in the output. If the total number of tables available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

Link copied to clipboard

The pagination token. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

Functions

Link copied to clipboard
inline fun copy(block: ListTablesRequest.Builder.() -> Unit = {}): ListTablesRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String