Values.RightsizingRecommendationSummarySourceThe summary of rightsizing recommendations
type nonrec t = {totalRecommendationCount : GenericString.t option;The total number of instance recommendations.
*)estimatedTotalMonthlySavingsAmount : GenericString.t option;The estimated total savings resulting from modifications, on a monthly basis.
*)savingsCurrencyCode : GenericString.t option;The currency code that Amazon Web Services used to calculate the savings.
*)savingsPercentage : GenericString.t option;The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.
*)}