Struct rusoto_appstream::UpdateDirectoryConfigRequest [] [src]

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

Fields

The name of the existing directory configuration to be updated.

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 UpdateDirectoryConfigRequest
[src]

[src]

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

impl Debug for UpdateDirectoryConfigRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateDirectoryConfigRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations