Get

@JsonSerializable
data class Get(val TableName: TableName, val Key: Key, val ProjectionExpression: String? = null, val ExpressionAttributeNames: TokensToNames? = null)

Constructors

Link copied to clipboard
constructor(TableName: TableName, Key: Key, ProjectionExpression: String? = null, ExpressionAttributeNames: TokensToNames? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val Key: Key
Link copied to clipboard
Link copied to clipboard