Module Values.DescribeReportJobInputSource

Returns the details associated with creating a report as specified by its ReportJobId.

Sourcetype nonrec t = {
  1. reportJobId : ReportJobId.t;
    (*

    The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.

    *)
}
Sourceval context_ : string
Sourceval make : reportJobId:ReportJobId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ReportJobId.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