RegionDescription constructor
RegionDescription({
- int? desiredNumberOfDomainControllers,
- String? directoryId,
- DateTime? lastUpdatedDateTime,
- DateTime? launchTime,
- String? regionName,
- RegionType? regionType,
- DirectoryStage? status,
- DateTime? statusLastUpdatedDateTime,
- DirectoryVpcSettings? vpcSettings,
Implementation
RegionDescription({
this.desiredNumberOfDomainControllers,
this.directoryId,
this.lastUpdatedDateTime,
this.launchTime,
this.regionName,
this.regionType,
this.status,
this.statusLastUpdatedDateTime,
this.vpcSettings,
});