/AWS1/CL_DIRCREATEDIRECTORYRSP¶
CreateDirectoryResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_directoryarn
TYPE /AWS1/DIRDIRECTORYARN
/AWS1/DIRDIRECTORYARN
¶
The ARN that is associated with the Directory. For more information, see arns.
iv_name
TYPE /AWS1/DIRDIRECTORYNAME
/AWS1/DIRDIRECTORYNAME
¶
The name of the Directory.
iv_objectidentifier
TYPE /AWS1/DIROBJECTIDENTIFIER
/AWS1/DIROBJECTIDENTIFIER
¶
The root object node of the created directory.
iv_appliedschemaarn
TYPE /AWS1/DIRARN
/AWS1/DIRARN
¶
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.
Queryable Attributes¶
DirectoryArn¶
The ARN that is associated with the Directory. For more information, see arns.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DIRECTORYARN() |
Getter for DIRECTORYARN, with configurable default |
ASK_DIRECTORYARN() |
Getter for DIRECTORYARN w/ exceptions if field has no value |
HAS_DIRECTORYARN() |
Determine if DIRECTORYARN has a value |
Name¶
The name of the Directory.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
ObjectIdentifier¶
The root object node of the created directory.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OBJECTIDENTIFIER() |
Getter for OBJECTIDENTIFIER, with configurable default |
ASK_OBJECTIDENTIFIER() |
Getter for OBJECTIDENTIFIER w/ exceptions if field has no va |
HAS_OBJECTIDENTIFIER() |
Determine if OBJECTIDENTIFIER has a value |
AppliedSchemaArn¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPLIEDSCHEMAARN() |
Getter for APPLIEDSCHEMAARN, with configurable default |
ASK_APPLIEDSCHEMAARN() |
Getter for APPLIEDSCHEMAARN w/ exceptions if field has no va |
HAS_APPLIEDSCHEMAARN() |
Determine if APPLIEDSCHEMAARN has a value |