DescribeAlarmsForMetric

@JsonSerializable
data class DescribeAlarmsForMetric(val MetricName: MetricName, val Namespace: Namespace, val Dimensions: List<Dimension>? = null, val ExtendedStatistic: PercentileExtendedStatistic? = null, val Period: Int? = null, val Statistic: Statistic? = null, val Unit: MetricUnit? = null) : CloudWatchAction<AlarmsDescribedForMetric> (source)

Constructors

Link copied to clipboard
constructor(MetricName: MetricName, Namespace: Namespace, Dimensions: List<Dimension>? = null, ExtendedStatistic: PercentileExtendedStatistic? = null, Period: Int? = null, Statistic: Statistic? = null, Unit: MetricUnit? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Period: Int?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<AlarmsDescribedForMetric, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri