Struct aws_sdk_workmail::input::CreateOrganizationInput [−][src]
#[non_exhaustive]pub struct CreateOrganizationInput {
pub directory_id: Option<String>,
pub alias: Option<String>,
pub client_token: Option<String>,
pub domains: Option<Vec<Domain>>,
pub kms_key_arn: Option<String>,
pub enable_interoperability: bool,
}
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_id: Option<String>
The AWS Directory Service directory ID.
alias: Option<String>
The organization alias.
client_token: Option<String>
The idempotency token associated with the request.
domains: Option<Vec<Domain>>
The email domains to associate with the organization.
kms_key_arn: Option<String>
The Amazon Resource Name (ARN) of a customer managed master key from AWS KMS.
enable_interoperability: bool
When true
, allows organization interoperability between Amazon WorkMail and Microsoft Exchange. Can only be set to true
if an AD Connector directory ID is included in the request.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateOrganization, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateOrganization, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateOrganization
>
Creates a new builder-style object to manufacture CreateOrganizationInput
The AWS Directory Service directory ID.
The idempotency token associated with the request.
The email domains to associate with the organization.
The Amazon Resource Name (ARN) of a customer managed master key from AWS KMS.
When true
, allows organization interoperability between Amazon WorkMail and Microsoft Exchange. Can only be set to true
if an AD Connector directory ID is included in the request.
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 CreateOrganizationInput
impl Send for CreateOrganizationInput
impl Sync for CreateOrganizationInput
impl Unpin for CreateOrganizationInput
impl UnwindSafe for CreateOrganizationInput
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