RegionDescription constructor

RegionDescription({
  1. int? desiredNumberOfDomainControllers,
  2. String? directoryId,
  3. DateTime? lastUpdatedDateTime,
  4. DateTime? launchTime,
  5. String? regionName,
  6. RegionType? regionType,
  7. DirectoryStage? status,
  8. DateTime? statusLastUpdatedDateTime,
  9. DirectoryVpcSettings? vpcSettings,
})

Implementation

RegionDescription({
  this.desiredNumberOfDomainControllers,
  this.directoryId,
  this.lastUpdatedDateTime,
  this.launchTime,
  this.regionName,
  this.regionType,
  this.status,
  this.statusLastUpdatedDateTime,
  this.vpcSettings,
});