AwsEc2PlatformDetails constructor

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

Implementation

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