ReqStatement

@JsonSerializable
data class ReqStatement(val Statement: String, val ConsistentRead: Boolean? = null, val Parameters: List<AttributeValue>? = null)

Constructors

Link copied to clipboard
constructor(Statement: String, ConsistentRead: Boolean? = null, Parameters: List<AttributeValue>? = null)

Properties

Link copied to clipboard
val ConsistentRead: Boolean? = null
Link copied to clipboard
Link copied to clipboard