Struct aws_sdk_directory::input::DeleteDirectoryInput
source · [−]#[non_exhaustive]pub struct DeleteDirectoryInput { /* private fields */ }Expand description
Contains the inputs for the DeleteDirectory operation.
Implementations
sourceimpl DeleteDirectoryInput
impl DeleteDirectoryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDirectory, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDirectory, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDirectory>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDirectoryInput.
sourceimpl DeleteDirectoryInput
impl DeleteDirectoryInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The identifier of the directory to delete.
Trait Implementations
sourceimpl Clone for DeleteDirectoryInput
impl Clone for DeleteDirectoryInput
sourcefn clone(&self) -> DeleteDirectoryInput
fn clone(&self) -> DeleteDirectoryInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteDirectoryInput
impl Debug for DeleteDirectoryInput
sourceimpl PartialEq<DeleteDirectoryInput> for DeleteDirectoryInput
impl PartialEq<DeleteDirectoryInput> for DeleteDirectoryInput
sourcefn eq(&self, other: &DeleteDirectoryInput) -> bool
fn eq(&self, other: &DeleteDirectoryInput) -> bool
impl StructuralPartialEq for DeleteDirectoryInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteDirectoryInput
impl Send for DeleteDirectoryInput
impl Sync for DeleteDirectoryInput
impl Unpin for DeleteDirectoryInput
impl UnwindSafe for DeleteDirectoryInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more