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 directory configuration.

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

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

impl Debug for UpdateDirectoryConfigRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateDirectoryConfigRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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