Values.RdsRecommendationSourceProvides information that describes a recommendation of a target engine on Amazon RDS.
type nonrec t = {requirementsToTarget : RdsRequirements.t option;Supplemental information about the requirements to the recommended target database on Amazon RDS.
*)targetConfiguration : RdsConfiguration.t option;Supplemental information about the configuration of the recommended target database on Amazon RDS.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of DoubleOptional.t
| `Integer of IntegerOptional.t
| `String of String_.t ])
list ])
list ]