#[non_exhaustive]pub struct CreateMicrosoftAdOutput { /* private fields */ }Expand description
Result of a CreateMicrosoftAD request.
Implementations§
source§impl CreateMicrosoftAdOutput
impl CreateMicrosoftAdOutput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The identifier of the directory that was created.
source§impl CreateMicrosoftAdOutput
impl CreateMicrosoftAdOutput
sourcepub fn builder() -> CreateMicrosoftAdOutputBuilder
pub fn builder() -> CreateMicrosoftAdOutputBuilder
Creates a new builder-style object to manufacture CreateMicrosoftAdOutput.
Trait Implementations§
source§impl Clone for CreateMicrosoftAdOutput
impl Clone for CreateMicrosoftAdOutput
source§fn clone(&self) -> CreateMicrosoftAdOutput
fn clone(&self) -> CreateMicrosoftAdOutput
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 CreateMicrosoftAdOutput
impl Debug for CreateMicrosoftAdOutput
source§impl PartialEq<CreateMicrosoftAdOutput> for CreateMicrosoftAdOutput
impl PartialEq<CreateMicrosoftAdOutput> for CreateMicrosoftAdOutput
source§fn eq(&self, other: &CreateMicrosoftAdOutput) -> bool
fn eq(&self, other: &CreateMicrosoftAdOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateMicrosoftAdOutput
impl RequestId for CreateMicrosoftAdOutput
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.