CreateDirectoryResponse class

Constructors

CreateDirectoryResponse({required String appliedSchemaArn, required String directoryArn, required String name, required String objectIdentifier})
CreateDirectoryResponse.fromJson(Map<String, dynamic> json)
factory

Properties

appliedSchemaArn String
The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.
final
directoryArn String
The 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
objectIdentifier String
The root object node of the created directory.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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