Values_2.TargetConfigurationRequestSourceDetails about the target configuration.
type nonrec t = {instanceCount : Values_0.Integer.t option;The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request
*)offeringId : Values_1.ReservedInstancesOfferingId.t;The Convertible Reserved Instance offering ID.
*)}val make :
?instanceCount:??? ->
offeringId:Values_1.ReservedInstancesOfferingId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_1.ReservedInstancesOfferingId.t ])
list ]