RightsizingRecommendationConfiguration
public struct RightsizingRecommendationConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value is TRUE.
Declaration
Swift
public let benefitsConsidered: Bool
-
The option to see recommendations within the same instance family, or recommendations for instances across other families. The default value is SAME_INSTANCE_FAMILY.
Declaration
Swift
public let recommendationTarget: RecommendationTarget
-
Undocumented
Declaration
Swift
public init(benefitsConsidered: Bool, recommendationTarget: RecommendationTarget)