CreateUserPoolDomainResponse constructor

CreateUserPoolDomainResponse({
  1. String? cloudFrontDomain,
})

Implementation

CreateUserPoolDomainResponse({
  this.cloudFrontDomain,
});