Module Values.SavingsPlansDetailsSource

The attribute details on a specific Savings Plan.

Sourcetype nonrec t = {
  1. region : GenericString.t option;
    (*

    A collection of Amazon Web Services resources in a geographic area. Each Amazon Web Services Region is isolated and independent of the other Regions.

    *)
  2. instanceFamily : GenericString.t option;
    (*

    A group of instance types that Savings Plans applies to.

    *)
  3. offeringId : GenericString.t option;
    (*

    The unique ID that's used to distinguish Savings Plans from one another.

    *)
}
Sourceval make : ?region:??? -> ?instanceFamily:??? -> ?offeringId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.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