You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AutoScalingPlans::Types::MetricDimension

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MetricDimension as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "MetricDimensionName", # required
  value: "MetricDimensionValue", # required
}

Represents a dimension for a customized metric.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the dimension.

Returns:

  • (String)

    The name of the dimension.

#valueString

The value of the dimension.

Returns:

  • (String)

    The value of the dimension.