Directory constructor
Directory({
- DateTime? creationDateTime,
- String? directoryArn,
- String? name,
- DirectoryState? state,
Implementation
Directory({
this.creationDateTime,
this.directoryArn,
this.name,
this.state,
});