Struct rusoto_clouddirectory::CreateDirectoryResponse[][src]

pub struct CreateDirectoryResponse {
    pub applied_schema_arn: String,
    pub directory_arn: String,
    pub name: String,
    pub object_identifier: String,
}

Fields

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.

The ARN that is associated with the Directory. For more information, see arns.

The name of the Directory.

The root object node of the created directory.

Trait Implementations

impl Default for CreateDirectoryResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateDirectoryResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDirectoryResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateDirectoryResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations