Values.AssetInstanceSourceAn Amazon EC2 instance.
type nonrec t = {instanceId : InstanceId.t option;The ID of the instance.
*)instanceType : OutpostInstanceType.t option;The type of instance.
*)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.
*)accountId : AccountId.t option;awsServiceName : AWSServiceName.t option;The Amazon Web Services service name of the instance.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of InstanceId.t ]) list ]