#[non_exhaustive]pub struct CreateDirectoryConfigInput {
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 fully qualified name of the directory (for example, corp.example.com).
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<CreateDirectoryConfig, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDirectoryConfig, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateDirectoryConfig>
Creates a new builder-style object to manufacture CreateDirectoryConfigInput
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 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 CreateDirectoryConfigInput
impl Send for CreateDirectoryConfigInput
impl Sync for CreateDirectoryConfigInput
impl Unpin for CreateDirectoryConfigInput
impl UnwindSafe for CreateDirectoryConfigInput
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