Values.DataRetrievalRuleSourceData retrieval policy rule.
type nonrec t = {strategy : String_.t option;The type of data retrieval policy to set. Valid values: BytesPerHour|FreeTier|None
*)bytesPerHour : NullableLong.t option;The maximum number of bytes that can be retrieved in an hour. This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of NullableLong.t | `String of String_.t ]) list ]