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]

[src]

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

impl Debug for CreateDirectoryResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDirectoryResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations