Module Values_0.RecurringChargeSource

This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.

Sourcetype nonrec t = {
  1. recurringChargeAmount : Double.t option;
    (*

    The amount of the recurring charge.

    *)
  2. recurringChargeFrequency : String_.t option;
    (*

    The frequency of the recurring charge.

    *)
}
Sourceval make : ?recurringChargeAmount:??? -> ?recurringChargeFrequency:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Double.t | `String of 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