Values.DescribeAssetRequestSourceRetrieves information about an asset.
type nonrec t = {assetId : CustomID.t;The ID of the asset. This can be either the actual ID in UUID format, or else externalId: followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.
*)excludeProperties : ExcludeProperties.t option;Whether or not to exclude asset properties from the response.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of ExcludeProperties.t | `String of CustomID.t ])
list ]