You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ComputeOptimizer::Types::AutoScalingGroupRecommendationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::AutoScalingGroupRecommendationOption
- Defined in:
- (unknown)
Overview
Describes a recommendation option for an Auto Scaling group.
Instance Attribute Summary collapse
-
#configuration ⇒ Types::AutoScalingGroupConfiguration
An array of objects that describe an Auto Scaling group configuration.
-
#performance_risk ⇒ Float
The performance risk of the Auto Scaling group configuration recommendation.
-
#projected_utilization_metrics ⇒ Array<Types::UtilizationMetric>
An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.
-
#rank ⇒ Integer
The rank of the Auto Scaling group recommendation option.
Instance Attribute Details
#configuration ⇒ Types::AutoScalingGroupConfiguration
An array of objects that describe an Auto Scaling group configuration.
#performance_risk ⇒ Float
The performance risk of the Auto Scaling group configuration recommendation.
Performance risk is the likelihood of the recommended instance type not meeting the performance requirement of your workload.
The lowest performance risk is categorized as 0
, and the highest as
5
.
#projected_utilization_metrics ⇒ Array<Types::UtilizationMetric>
An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.
Cpu
and Memory
metrics are the only projected utilization
metrics returned. Additionally, the Memory
metric is returned only for
resources that have the unified CloudWatch agent installed on them. For
more information, see Enabling Memory Utilization with the CloudWatch
Agent.
#rank ⇒ Integer
The rank of the Auto Scaling group recommendation option.
The top recommendation option is ranked as 1
.