AutoScalingGroupRecommendationOption class

Describes a recommendation option for an Auto Scaling group.

Constructors

AutoScalingGroupRecommendationOption({AutoScalingGroupConfiguration? configuration, double? performanceRisk, List<UtilizationMetric>? projectedUtilizationMetrics, int? rank})
AutoScalingGroupRecommendationOption.fromJson(Map<String, dynamic> json)
factory

Properties

configuration AutoScalingGroupConfiguration?
An array of objects that describe an Auto Scaling group configuration.
final
hashCode int
The hash code for this object.
no setterinherited
performanceRisk double?
The performance risk of the Auto Scaling group configuration recommendation.
final
projectedUtilizationMetrics List<UtilizationMetric>?
An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.
final
rank int?
The rank of the Auto Scaling group recommendation option.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited