Values_2.TopicRefreshScheduleSummarySourceA summary of the refresh schedule details for a dataset.
type nonrec t = {datasetId : Values_0.LimitedString.t option;The ID of the dataset.
*)datasetArn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the dataset.
*)datasetName : Values_0.LimitedString.t option;The name of the dataset.
*)refreshSchedule : Values_1.TopicRefreshSchedule.t option;The definition of a refresh schedule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.LimitedString.t
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `String of Values_0.LimitedString.t
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]