ListTablesRequest

Represents the input of a ListTables operation.

Types

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

Properties

Link copied to clipboard

The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

Link copied to clipboard
val limit: Int?

A maximum number of table names to return. If this parameter is not specified, the limit is 100.

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