Class: Aws::AutoScaling::Types::MetricCollectionType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Describes a metric.

Instance Attribute Summary collapse

Instance Attribute Details

#metricString

One of the following metrics:

  • ‘GroupMinSize`

  • ‘GroupMaxSize`

  • ‘GroupDesiredCapacity`

  • ‘GroupInServiceInstances`

  • ‘GroupPendingInstances`

  • ‘GroupStandbyInstances`

  • ‘GroupTerminatingInstances`

  • ‘GroupTotalInstances`

Returns:

  • (String)


3211
3212
3213
3214
# File 'lib/aws-sdk-autoscaling/types.rb', line 3211

class MetricCollectionType < Struct.new(
  :metric)
  include Aws::Structure
end