CreateHostOutput constructor

CreateHostOutput({
  1. String? hostArn,
})

Implementation

CreateHostOutput({
  this.hostArn,
});