Module Values_2.TopicRefreshScheduleSummarySource

A summary of the refresh schedule details for a dataset.

Sourcetype nonrec t = {
  1. datasetId : Values_0.LimitedString.t option;
    (*

    The ID of the dataset.

    *)
  2. datasetArn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the dataset.

    *)
  3. datasetName : Values_0.LimitedString.t option;
    (*

    The name of the dataset.

    *)
  4. refreshSchedule : Values_1.TopicRefreshSchedule.t option;
    (*

    The definition of a refresh schedule.

    *)
}
Sourceval make : ?datasetId:??? -> ?datasetArn:??? -> ?datasetName:??? -> ?refreshSchedule:??? -> unit -> t
Sourceval 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 ]
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