Struct rusoto_appstream::CreateDirectoryConfigRequest [] [src]

pub struct CreateDirectoryConfigRequest {
    pub directory_name: String,
    pub organizational_unit_distinguished_names: Vec<String>,
    pub service_account_credentials: ServiceAccountCredentials,
}

Fields

The fully qualified name of the directory, such as corp.example.com

The list of the distinguished names of organizational units to place computer accounts in.

The AccountName and AccountPassword values for the service account, which are used by the streaming instance to connect to the directory.

Trait Implementations

impl Default for CreateDirectoryConfigRequest
[src]

[src]

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

impl Debug for CreateDirectoryConfigRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateDirectoryConfigRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more