Class: Aws::AutoScaling::Types::MetricCollectionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::MetricCollectionType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Describes a metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric ⇒ String
One of the following metrics:.
Instance Attribute Details
#metric ⇒ String
One of the following metrics:
-
GroupMinSize -
GroupMaxSize -
GroupDesiredCapacity -
GroupInServiceInstances -
GroupPendingInstances -
GroupStandbyInstances -
GroupTerminatingInstances -
GroupTotalInstances -
GroupInServiceCapacity -
GroupPendingCapacity -
GroupStandbyCapacity -
GroupTerminatingCapacity -
GroupTotalCapacity -
WarmPoolDesiredCapacity -
WarmPoolWarmedCapacity -
WarmPoolPendingCapacity -
WarmPoolTerminatingCapacity -
WarmPoolTotalCapacity -
GroupAndWarmPoolDesiredCapacity -
GroupAndWarmPoolTotalCapacity
5668 5669 5670 5671 5672 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5668 class MetricCollectionType < Struct.new( :metric) SENSITIVE = [] include Aws::Structure end |