#[non_exhaustive]pub struct DeleteOrganizationInput { /* private fields */ }
Implementations§
source§impl DeleteOrganizationInput
impl DeleteOrganizationInput
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The idempotency token associated with the request.
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The organization ID.
sourcepub fn delete_directory(&self) -> bool
pub fn delete_directory(&self) -> bool
If true, deletes the AWS Directory Service directory associated with the organization.
source§impl DeleteOrganizationInput
impl DeleteOrganizationInput
sourcepub fn builder() -> DeleteOrganizationInputBuilder
pub fn builder() -> DeleteOrganizationInputBuilder
Creates a new builder-style object to manufacture DeleteOrganizationInput
.
source§impl DeleteOrganizationInput
impl DeleteOrganizationInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteOrganization, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<DeleteOrganization, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteOrganization
>
Trait Implementations§
source§impl Clone for DeleteOrganizationInput
impl Clone for DeleteOrganizationInput
source§fn clone(&self) -> DeleteOrganizationInput
fn clone(&self) -> DeleteOrganizationInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteOrganizationInput
impl Debug for DeleteOrganizationInput
source§impl PartialEq<DeleteOrganizationInput> for DeleteOrganizationInput
impl PartialEq<DeleteOrganizationInput> for DeleteOrganizationInput
source§fn eq(&self, other: &DeleteOrganizationInput) -> bool
fn eq(&self, other: &DeleteOrganizationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteOrganizationInput
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more