UpdateUserPoolDomainResponse constructor

UpdateUserPoolDomainResponse({
  1. String? cloudFrontDomain,
})

Implementation

UpdateUserPoolDomainResponse({
  this.cloudFrontDomain,
});