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-cloudwatch
/
org.http4k.connect.amazon.cloudwatch.model
/
MetricStat
Metric
Stat
@
JsonSerializable
data
class
MetricStat
(
val
Metric
:
Metric
,
val
Stat
:
String
,
val
Period
:
Int
?
=
null
,
val
Unit
:
MetricUnit
?
=
null
)
(
source
)
Members
Constructors
Metric
Stat
Link copied to clipboard
constructor
(
Metric
:
Metric
,
Stat
:
String
,
Period
:
Int
?
=
null
,
Unit
:
MetricUnit
?
=
null
)
Properties
Metric
Link copied to clipboard
val
Metric
:
Metric
Period
Link copied to clipboard
val
Period
:
Int
?
Stat
Link copied to clipboard
val
Stat
:
String
Unit
Link copied to clipboard
val
Unit
:
MetricUnit
?