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
show all
Defined in:
(unknown)

Overview

Describes a recommendation option for an Auto Scaling group.

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::AutoScalingGroupConfiguration

An array of objects that describe an Auto Scaling group configuration.

Returns:

#performance_riskFloat

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.

Returns:

  • (Float)

    The performance risk of the Auto Scaling group configuration recommendation.

#projected_utilization_metricsArray<Types::UtilizationMetric>

An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.

The 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.

Returns:

  • (Array<Types::UtilizationMetric>)

    An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.

#rankInteger

The rank of the Auto Scaling group recommendation option.

The top recommendation option is ranked as 1.

Returns:

  • (Integer)

    The rank of the Auto Scaling group recommendation option.