UserPoolDescriptionType constructor

UserPoolDescriptionType({
  1. DateTime? creationDate,
  2. String? id,
  3. LambdaConfigType? lambdaConfig,
  4. DateTime? lastModifiedDate,
  5. String? name,
  6. StatusType? status,
})

Implementation

UserPoolDescriptionType({
  this.creationDate,
  this.id,
  this.lambdaConfig,
  this.lastModifiedDate,
  this.name,
  this.status,
});