CreateAccessPointOutput constructor

CreateAccessPointOutput({
  1. String? dNSName,
})

Implementation

CreateAccessPointOutput({
  this.dNSName,
});