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.model
/
StatementResponse
Statement
Response
@
JsonSerializable
data
class
StatementResponse
(
val
TableName
:
TableName
?
=
null
,
val
Error
:
BatchStatementError
?
=
null
,
Item
:
ItemResult
?
=
null
)
(
source
)
Members
Constructors
Statement
Response
Link copied to clipboard
constructor
(
TableName
:
TableName
?
=
null
,
Error
:
BatchStatementError
?
=
null
,
Item
:
ItemResult
?
=
null
)
Properties
Error
Link copied to clipboard
val
Error
:
BatchStatementError
?
item
Link copied to clipboard
val
item
:
Map
<
AttributeName
,
AttributeValue
>
Table
Name
Link copied to clipboard
val
TableName
:
TableName
?