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 (for example, corp.example.com).

The distinguished names of the organizational units for computer accounts.

The credentials for the service account used by the streaming instance to connect to the directory.

Trait Implementations

impl Default for CreateDirectoryConfigRequest
[src]

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

impl Debug for CreateDirectoryConfigRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDirectoryConfigRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateDirectoryConfigRequest
[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