Values_2.TrialComponentSourceSourceThe Amazon Resource Name (ARN) and job type of the source of a trial component.
type nonrec t = {sourceArn : TrialComponentSourceArn.t option;The source Amazon Resource Name (ARN).
*)sourceType : Values_1.SourceType.t option;The source job type.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of TrialComponentSourceArn.t ]) list ]