ScalingPolicyPredictiveScalingMetricDimension

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

Describes the dimension of a metric.

Constructors

constructor(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the dimension.

Link copied to clipboard
val value: String? = null

The value of the dimension.