Module Values.ReportWithRawDataSource

Contains the unmodified data for the report. For more information, see .

Sourcetype nonrec t = {
  1. reportArn : NonEmptyString.t option;
    (*

    The ARN of the report.

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

    The value of the requested data field from the report.

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