ScanResponse

@JsonSerializable
data class ScanResponse(val ConsumedCapacity: ConsumedCapacity? = null, val Count: Int = 0, val LastEvaluatedKey: Key? = null, val ScannedCount: Int = 0, Items: List<ItemResult>? = null) : Paged<Key, Item>

Constructors

Link copied to clipboard
constructor(ConsumedCapacity: ConsumedCapacity? = null, Count: Int = 0, LastEvaluatedKey: Key? = null, ScannedCount: Int = 0, Items: List<ItemResult>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val Count: Int = 0
Link copied to clipboard
open override val items: List<Map<AttributeName, AttributeValue>>
Link copied to clipboard
val LastEvaluatedKey: Key? = null
Link copied to clipboard
val ScannedCount: Int = 0

Functions

Link copied to clipboard
open operator override fun iterator(): Iterator<Item>
Link copied to clipboard
open override fun token(): Map<AttributeName, AttributeValue>?