Class: Aws::AutoScaling::Types::MetricCollectionType
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AutoScaling::Types::MetricCollectionType
 
- Defined in:
- gems/aws-sdk-autoscaling/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
| 5256 5257 5258 5259 5260 | # File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5256 class MetricCollectionType < Struct.new( :metric) SENSITIVE = [] include Aws::Structure end |