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.action
/
ModifiedItem
Modified
Item
@
JsonSerializable
data
class
ModifiedItem
(
val
Attributes
:
ItemResult
?
=
null
,
val
ConsumedCapacity
:
ConsumedCapacity
?
=
null
,
val
ItemCollectionMetrics
:
ItemCollectionMetrics
?
=
null
)
(
source
)
Members
Constructors
Modified
Item
Link copied to clipboard
constructor
(
Attributes
:
ItemResult
?
=
null
,
ConsumedCapacity
:
ConsumedCapacity
?
=
null
,
ItemCollectionMetrics
:
ItemCollectionMetrics
?
=
null
)
Properties
Attributes
Link copied to clipboard
val
Attributes
:
ItemResult
?
Consumed
Capacity
Link copied to clipboard
val
ConsumedCapacity
:
ConsumedCapacity
?
Item
Collection
Metrics
Link copied to clipboard
val
ItemCollectionMetrics
:
ItemCollectionMetrics
?