Values_1.TemplateSourceAnalysisSourceThe source analysis of the template.
type nonrec t = {arn : Values_0.Arn.t;The Amazon Resource Name (ARN) of the resource.
*)dataSetReferences : Values_0.DataSetReferenceList.t;A structure containing information about the dataset references used as placeholders in the template.
*)}val make :
arn:Values_0.Arn.t ->
dataSetReferences:Values_0.DataSetReferenceList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.Arn.t ])
list ]