MonitorSummary

Provides a summary of the monitor properties used in the ListMonitors operation. To get a complete set of properties, call the DescribeMonitor operation, and provide the listed MonitorArn.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the monitor resource was created.

Link copied to clipboard

The last time the monitor resource was modified. The timestamp depends on the status of the job:

Link copied to clipboard

The Amazon Resource Name (ARN) of the monitor resource.

Link copied to clipboard

The name of the monitor resource.

Link copied to clipboard

The Amazon Resource Name (ARN) of the predictor being monitored.

Link copied to clipboard

The status of the monitor. States include:

Functions

Link copied to clipboard
inline fun copy(block: MonitorSummary.Builder.() -> Unit = {}): MonitorSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String