Values.EC2ResourceDetailsSourceDetails on the Amazon EC2 Resource.
type nonrec t = {hourlyOnDemandRate : GenericString.t option;The hourly public On-Demand rate for the instance type.
*)instanceType : GenericString.t option;The type of Amazon Web Services instance.
*)platform : GenericString.t option;The platform of the Amazon Web Services instance. The platform is the specific combination of operating system, license model, and software on an instance.
*)region : GenericString.t option;The Amazon Web Services Region of the instance.
*)sku : GenericString.t option;The SKU of the product.
*)memory : GenericString.t option;The memory capacity of the Amazon Web Services instance.
*)networkPerformance : GenericString.t option;The network performance capacity of the Amazon Web Services instance.
*)storage : GenericString.t option;The disk storage of the Amazon Web Services instance. This doesn't include EBS storage.
*)vcpu : GenericString.t option;The number of VCPU cores in the Amazon Web Services instance type.
*)}