Module Values_1.TargetConfigurationSource

Information about the Convertible Reserved Instance offering.

Sourcetype nonrec t = {
  1. 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

    *)
  2. offeringId : Values_0.String_.t option;
    (*

    The ID of the Convertible Reserved Instance offering.

    *)
}
Sourceval make : ?instanceCount:??? -> ?offeringId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.Integer.t | `String of Values_0.String_.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