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

Class: Aws::AutoScaling::Types::EnabledMetric

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

Overview

Describes an enabled metric.

Instance Attribute Summary collapse

Instance Attribute Details

#granularityString

The granularity of the metric. The only valid value is 1Minute.

Returns:

  • (String)

    The granularity of the metric.

#metricString

One of the following metrics:

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

  • GroupInServiceCapacity

  • GroupPendingCapacity

  • GroupStandbyCapacity

  • GroupTerminatingCapacity

  • GroupTotalCapacity

Returns:

  • (String)

    One of the following metrics:.