#[non_exhaustive]pub struct CreateOrganizationOutput { /* private fields */ }Implementations§
source§impl CreateOrganizationOutput
impl CreateOrganizationOutput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The organization ID.
source§impl CreateOrganizationOutput
impl CreateOrganizationOutput
sourcepub fn builder() -> CreateOrganizationOutputBuilder
pub fn builder() -> CreateOrganizationOutputBuilder
Creates a new builder-style object to manufacture CreateOrganizationOutput.
Trait Implementations§
source§impl Clone for CreateOrganizationOutput
impl Clone for CreateOrganizationOutput
source§fn clone(&self) -> CreateOrganizationOutput
fn clone(&self) -> CreateOrganizationOutput
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 CreateOrganizationOutput
impl Debug for CreateOrganizationOutput
source§impl PartialEq<CreateOrganizationOutput> for CreateOrganizationOutput
impl PartialEq<CreateOrganizationOutput> for CreateOrganizationOutput
source§fn eq(&self, other: &CreateOrganizationOutput) -> bool
fn eq(&self, other: &CreateOrganizationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateOrganizationOutput
impl RequestId for CreateOrganizationOutput
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.