Directory class

Directory structure that includes the directory name and directory ARN.

Constructors

Directory({DateTime? creationDateTime, String? directoryArn, String? name, DirectoryState? state})
Directory.fromJson(Map<String, dynamic> json)
factory

Properties

creationDateTime DateTime?
The date and time when the directory was created.
final
directoryArn String?
The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the directory.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state DirectoryState?
The state of the directory. Can be either Enabled, Disabled, or Deleted.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited