MetricSummary

Contains summary information about a metric.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the metric.

Link copied to clipboard
val id: String

The identifier of the metric.

Link copied to clipboard

The region where the metric was last modified.

Link copied to clipboard

The timestamp of when the metric was last modified.

Link copied to clipboard

The name of the metric.

Link copied to clipboard

The publish status of the metric.

Link copied to clipboard

The type of the metric.

Functions

Link copied to clipboard
inline fun copy(block: MetricSummary.Builder.() -> Unit = {}): MetricSummary
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