Module Values.RightsizingRecommendationSummarySource

The summary of rightsizing recommendations

Sourcetype nonrec t = {
  1. totalRecommendationCount : GenericString.t option;
    (*

    The total number of instance recommendations.

    *)
  2. estimatedTotalMonthlySavingsAmount : GenericString.t option;
    (*

    The estimated total savings resulting from modifications, on a monthly basis.

    *)
  3. savingsCurrencyCode : GenericString.t option;
    (*

    The currency code that Amazon Web Services used to calculate the savings.

    *)
  4. 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.

    *)
}
Sourceval make : ?totalRecommendationCount:??? -> ?estimatedTotalMonthlySavingsAmount:??? -> ?savingsCurrencyCode:??? -> ?savingsPercentage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t