UpdateDomainResponse constructor

UpdateDomainResponse({
  1. String? domainArn,
})

Implementation

UpdateDomainResponse({
  this.domainArn,
});