TransactGetItem

Specifies an item to be retrieved as part of the transaction.

Types

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

Properties

Link copied to clipboard
val get: Get?

Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.

Functions

Link copied to clipboard
inline fun copy(block: TransactGetItem.Builder.() -> Unit = {}): TransactGetItem
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