DynamoTable

data class DynamoTable(val table: TableDescription, val items: List<Item> = emptyList(), val maxPageSize: Int)

Constructors

Link copied to clipboard
constructor(table: TableDescription, items: List<Item> = emptyList(), maxPageSize: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard