RecommendedOptionProjectedMetric

public struct RecommendedOptionProjectedMetric : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of objects that describe a projected utilization metric.

    Declaration

    Swift

    public let projectedMetrics: [ProjectedMetric]?
  • The rank of the recommendation option projected metric. The top recommendation option is ranked as 1. The projected metric rank correlates to the recommendation option rank. For example, the projected metric ranked as 1 is related to the recommendation option that is also ranked as 1 in the same response.

    Declaration

    Swift

    public let rank: Int?
  • The recommended instance type.

    Declaration

    Swift

    public let recommendedInstanceType: String?
  • Undocumented

    Declaration

    Swift

    public init(projectedMetrics: [ProjectedMetric]? = nil, rank: Int? = nil, recommendedInstanceType: String? = nil)