Values.RightsizingRecommendationMetadataSourceMetadata for a recommendation set.
type nonrec t = {recommendationId : GenericString.t option;The ID for the recommendation.
*)generationTimestamp : GenericString.t option;The timestamp for when Amazon Web Services made the recommendation.
*)lookbackPeriodInDays : LookbackPeriodInDays.t option;The number of days of previous usage that Amazon Web Services considers when making the recommendation.
*)additionalMetadata : GenericString.t option;Additional metadata that might be applicable to the recommendation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GenericString.t ]) list ]