Values.AssetInfoSourceInformation about hardware assets.
type nonrec t = {assetId : AssetId.t option;The ID of the asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.
*)rackId : RackId.t option;The rack ID of the asset.
*)assetType : AssetType.t option;The type of the asset.
*)computeAttributes : ComputeAttributes.t option;Information about compute hardware assets.
*)assetLocation : AssetLocation.t option;The position of an asset in a rack.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AssetId.t
| `Structure of
(string
* [> `Enum of string
| `Float of RackElevation.t
| `Integer of VCPUCount.t
| `List of
[> `String of InstanceFamilyName.t
| `Structure of
(string
* [> `Integer of InstanceTypeCount.t
| `String of InstanceTypeName.t ])
list ]
list
| `String of HostId.t ])
list ])
list ]