GetAnomalyMonitorResult

data class GetAnomalyMonitorResult(val creationDate: String? = null, val dimensionalValueCount: Int? = null, val lastEvaluatedDate: String? = null, val lastUpdatedDate: String? = null, val monitorArn: String? = null, val monitorName: String? = null)

Constructors

Link copied to clipboard
constructor(creationDate: String? = null, dimensionalValueCount: Int? = null, lastEvaluatedDate: String? = null, lastUpdatedDate: String? = null, monitorArn: String? = null, monitorName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationDate: String? = null

The date when the monitor was created.

Link copied to clipboard

The value for evaluated dimensions.

Link copied to clipboard

The date when the monitor last evaluated for anomalies.

Link copied to clipboard
val lastUpdatedDate: String? = null

The date when the monitor was last updated.

Link copied to clipboard
val monitorArn: String? = null

The Amazon Resource Name (ARN) value for the monitor.

Link copied to clipboard
val monitorName: String? = null

The name of the monitor.