Module Values.SavingsPlansCoverageSource

The amount of Savings Plans eligible usage that's covered by Savings Plans. All calculations consider the On-Demand equivalent of your Savings Plans usage.

Sourcetype nonrec t = {
  1. attributes : Attributes.t option;
    (*

    The attribute that applies to a specific Dimension.

    *)
  2. coverage : SavingsPlansCoverageData.t option;
    (*

    The amount of Savings Plans eligible usage that the Savings Plans covered.

    *)
  3. timePeriod : DateInterval.t option;
}
Sourceval make : ?attributes:??? -> ?coverage:??? -> ?timePeriod:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of AttributeType.t ] * [> `String of AttributeValue.t ]) list | `Structure of (string * [> `String of GenericString.t ]) list ]) 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