#[non_exhaustive]pub struct UpdateDirectoryConfigInput {
pub directory_name: Option<String>,
pub organizational_unit_distinguished_names: Option<Vec<String>>,
pub service_account_credentials: Option<ServiceAccountCredentials>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.directory_name: Option<String>The name of the Directory Config object.
organizational_unit_distinguished_names: Option<Vec<String>>The distinguished names of the organizational units for computer accounts.
service_account_credentials: Option<ServiceAccountCredentials>The credentials for the service account used by the fleet or image builder to connect to the directory.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDirectoryConfig, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDirectoryConfig, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateDirectoryConfig>
Creates a new builder-style object to manufacture UpdateDirectoryConfigInput
The name of the Directory Config object.
The distinguished names of the organizational units for computer accounts.
The credentials for the service account used by the fleet or image builder to connect to the directory.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UpdateDirectoryConfigInput
impl Send for UpdateDirectoryConfigInput
impl Sync for UpdateDirectoryConfigInput
impl Unpin for UpdateDirectoryConfigInput
impl UnwindSafe for UpdateDirectoryConfigInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more