#[non_exhaustive]pub struct DeleteDirectoryOutput { /* private fields */ }Expand description
Contains the results of the DeleteDirectory operation.
Implementations§
source§impl DeleteDirectoryOutput
impl DeleteDirectoryOutput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The directory identifier.
source§impl DeleteDirectoryOutput
impl DeleteDirectoryOutput
sourcepub fn builder() -> DeleteDirectoryOutputBuilder
pub fn builder() -> DeleteDirectoryOutputBuilder
Creates a new builder-style object to manufacture DeleteDirectoryOutput.
Trait Implementations§
source§impl Clone for DeleteDirectoryOutput
impl Clone for DeleteDirectoryOutput
source§fn clone(&self) -> DeleteDirectoryOutput
fn clone(&self) -> DeleteDirectoryOutput
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 DeleteDirectoryOutput
impl Debug for DeleteDirectoryOutput
source§impl PartialEq<DeleteDirectoryOutput> for DeleteDirectoryOutput
impl PartialEq<DeleteDirectoryOutput> for DeleteDirectoryOutput
source§fn eq(&self, other: &DeleteDirectoryOutput) -> bool
fn eq(&self, other: &DeleteDirectoryOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteDirectoryOutput
impl RequestId for DeleteDirectoryOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.