Values.AssetSourceAsset.
type nonrec t = {assetArn : String_.t option;Amazon Resource Name (ARN) of the asset.
*)latestAssetDiscoveryTime : DateTime.t option;Latest asset discovery time.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of DateTime.t ]) list ]