You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComputeOptimizer::Types::AutoScalingGroupRecommendation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an Auto Scaling group recommendation.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID of the Auto Scaling group.

Returns:

  • (String)

    The AWS account ID of the Auto Scaling group.

#auto_scaling_group_arnString

The Amazon Resource Name (ARN) of the Auto Scaling group.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Auto Scaling group.

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)

    The name of the Auto Scaling group.

#current_configurationTypes::AutoScalingGroupConfiguration

An array of objects that describe the current configuration of the Auto Scaling group.

Returns:

#findingString

The finding classification for the Auto Scaling group.

Findings for Auto Scaling groups include:

  • NotOptimized —An Auto Scaling group is considered not optimized when AWS Compute Optimizer identifies a recommendation that can provide better performance for your workload.

  • Optimized —An Auto Scaling group is considered optimized when Compute Optimizer determines that the group is correctly provisioned to run your workload based on the chosen instance type. For optimized resources, Compute Optimizer might recommend a new generation instance type.

The values that are returned might be NOT_OPTIMIZED or OPTIMIZED.

Possible values:

  • Underprovisioned
  • Overprovisioned
  • Optimized
  • NotOptimized

Returns:

  • (String)

    The finding classification for the Auto Scaling group.

#last_refresh_timestampTime

The time stamp of when the Auto Scaling group recommendation was last refreshed.

Returns:

  • (Time)

    The time stamp of when the Auto Scaling group recommendation was last refreshed.

#look_back_period_in_daysFloat

The number of days for which utilization metrics were analyzed for the Auto Scaling group.

Returns:

  • (Float)

    The number of days for which utilization metrics were analyzed for the Auto Scaling group.

#recommendation_optionsArray<Types::AutoScalingGroupRecommendationOption>

An array of objects that describe the recommendation options for the Auto Scaling group.

Returns:

#utilization_metricsArray<Types::UtilizationMetric>

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

Returns:

  • (Array<Types::UtilizationMetric>)

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