Module Values.ResourceUtilizationSource

Resource utilization of current resource.

Sourcetype nonrec t = {
  1. eC2ResourceUtilization : EC2ResourceUtilization.t option;
    (*

    The utilization of current Amazon EC2 instance.

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