DimensionResponse

data class DimensionResponse(val key: String? = null, val name: String? = null, val value: String? = null)

Definition of Dimension

Constructors

Link copied to clipboard
constructor(key: String? = null, name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).

Link copied to clipboard
val name: String? = null

The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.

Link copied to clipboard
val value: String? = null

Property value