Dynamodb

@JsonSerializable
data class Dynamodb(val Keys: Item? = null, val NewImage: Item? = null, val OldImage: Item? = null, val SequenceNumber: String? = null, val SizeBytes: Long? = null, val StreamViewType: StreamViewType? = null)(source)

Constructors

Link copied to clipboard
constructor(Keys: Item? = null, NewImage: Item? = null, OldImage: Item? = null, SequenceNumber: String? = null, SizeBytes: Long? = null, StreamViewType: StreamViewType? = null)

Properties

Link copied to clipboard
val Keys: Item?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard