toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.model
/
ProvisionedThroughputResponse
Provisioned
Throughput
Response
@
JsonSerializable
data
class
ProvisionedThroughputResponse
(
val
LastDecreaseDateTime
:
Timestamp
?
=
null
,
val
LastIncreaseDateTime
:
Timestamp
?
=
null
,
val
NumberOfDecreasesToday
:
Long
?
=
null
,
val
ReadCapacityUnits
:
Long
?
=
null
,
val
WriteCapacityUnits
:
Long
?
=
null
)
Members
Constructors
Provisioned
Throughput
Response
Link copied to clipboard
constructor
(
LastDecreaseDateTime
:
Timestamp
?
=
null
,
LastIncreaseDateTime
:
Timestamp
?
=
null
,
NumberOfDecreasesToday
:
Long
?
=
null
,
ReadCapacityUnits
:
Long
?
=
null
,
WriteCapacityUnits
:
Long
?
=
null
)
Properties
Last
Decrease
Date
Time
Link copied to clipboard
val
LastDecreaseDateTime
:
Timestamp
?
=
null
Last
Increase
Date
Time
Link copied to clipboard
val
LastIncreaseDateTime
:
Timestamp
?
=
null
Number
Of
Decreases
Today
Link copied to clipboard
val
NumberOfDecreasesToday
:
Long
?
=
null
Read
Capacity
Units
Link copied to clipboard
val
ReadCapacityUnits
:
Long
?
=
null
Write
Capacity
Units
Link copied to clipboard
val
WriteCapacityUnits
:
Long
?
=
null