Values.RedshiftInstanceDetailsSourceDetails about the Amazon Redshift reservations that Amazon Web Services recommends that you purchase.
type nonrec t = {family : GenericString.t option;The instance family of the recommended reservation.
*)nodeType : GenericString.t option;The type of node that Amazon Web Services recommends.
*)region : GenericString.t option;The Amazon Web Services Region of the recommended reservation.
*)currentGeneration : GenericBoolean.t option;Determines whether the recommendation is for a current-generation instance.
*)sizeFlexEligible : GenericBoolean.t option;Determines whether the recommended reservation is size flexible.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of GenericBoolean.t | `String of GenericString.t ])
list ]