toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
)
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
?
=
null
item
Link copied to clipboard
val
item
:
Map
<
AttributeName
,
AttributeValue
>
Table
Name
Link copied to clipboard
val
TableName
:
TableName
?
=
null