InstanceRecommendationOption

public struct InstanceRecommendationOption : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The instance type of the instance recommendation.

    Declaration

    Swift

    public let instanceType: String?
  • The performance risk of the instance recommendation option. 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.

    Declaration

    Swift

    public let performanceRisk: Double?
  • An array of objects that describe the projected utilization metrics of the instance recommendation option.

    Declaration

    Swift

    public let projectedUtilizationMetrics: [UtilizationMetric]?
  • The rank of the instance recommendation option. The top recommendation option is ranked as 1.

    Declaration

    Swift

    public let rank: Int?
  • Undocumented

    Declaration

    Swift

    public init(instanceType: String? = nil, performanceRisk: Double? = nil, projectedUtilizationMetrics: [UtilizationMetric]? = nil, rank: Int? = nil)