AwsEc2PlatformDetails constructor

AwsEc2PlatformDetails({
  1. String? hyperthreading,
  2. String? location,
  3. String? machineTypeLabel,
})

Implementation

AwsEc2PlatformDetails({
  this.hyperthreading,
  this.location,
  this.machineTypeLabel,
});