Struct aws_sdk_workmail::input::DeleteOrganizationInput [−][src]
#[non_exhaustive]pub struct DeleteOrganizationInput {
pub client_token: Option<String>,
pub organization_id: Option<String>,
pub delete_directory: 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.client_token: Option<String>
The idempotency token associated with the request.
organization_id: Option<String>
The organization ID.
delete_directory: bool
If true, deletes the AWS Directory Service directory associated with the organization.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteOrganization, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteOrganization, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteOrganization
>
Creates a new builder-style object to manufacture DeleteOrganizationInput
The idempotency token associated with the request.
The organization ID.
If true, deletes the AWS Directory Service directory associated with the organization.
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 DeleteOrganizationInput
impl Send for DeleteOrganizationInput
impl Sync for DeleteOrganizationInput
impl Unpin for DeleteOrganizationInput
impl UnwindSafe for DeleteOrganizationInput
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