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`
4963 4964 4965 4966 4967 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 4963 class MetricCollectionType < Struct.new( :metric) SENSITIVE = [] include Aws::Structure end |