Values.AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetailsSourceProvides details for an Amazon Elastic Inference accelerator.
type nonrec t = {count : Integer.t option;The number of Elastic Inference accelerators to attach to the instance.
*)type_ : NonEmptyString.t option;The type of Elastic Inference accelerator.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]