DevicePool constructor

DevicePool({
  1. String? arn,
  2. String? description,
  3. int? maxDevices,
  4. String? name,
  5. List<Rule>? rules,
  6. DevicePoolType? type,
})

Implementation

DevicePool({
  this.arn,
  this.description,
  this.maxDevices,
  this.name,
  this.rules,
  this.type,
});