http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.mapper
/
DynamoDbPage
Dynamo
Db
Page
data
class
DynamoDbPage
<
Document
:
Any
>
(
val
items
:
List
<
Document
>
,
val
lastEvaluatedKey
:
Key
?
)
(
source
)
Members
Constructors
Dynamo
Db
Page
Link copied to clipboard
constructor
(
items
:
List
<
Document
>
,
lastEvaluatedKey
:
Key
?
)
Properties
items
Link copied to clipboard
val
items
:
List
<
Document
>
last
Evaluated
Key
Link copied to clipboard
val
lastEvaluatedKey
:
Key
?