Dimension

class Dimension

Deprecated

This type is for internal use and not meant for public use. Data set for this type will be ignored.

Internal only. Represents the dimensions of a metric. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.

Types

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

Properties

Link copied to clipboard

Internal only. The name of the dimension.

Link copied to clipboard

Internal only. The value of the dimension.

Functions

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