Module Values_2.TrialComponentSourceSource

The Amazon Resource Name (ARN) and job type of the source of a trial component.

Sourcetype nonrec t = {
  1. sourceArn : TrialComponentSourceArn.t option;
    (*

    The source Amazon Resource Name (ARN).

    *)
  2. sourceType : Values_1.SourceType.t option;
    (*

    The source job type.

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