#[non_exhaustive]pub struct DescribeOrganizationOutput { /* private fields */ }
Implementations§
source§impl DescribeOrganizationOutput
impl DescribeOrganizationOutput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The identifier of an organization.
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The identifier for the directory associated with an WorkMail organization.
sourcepub fn directory_type(&self) -> Option<&str>
pub fn directory_type(&self) -> Option<&str>
The type of directory associated with the WorkMail organization.
sourcepub fn default_mail_domain(&self) -> Option<&str>
pub fn default_mail_domain(&self) -> Option<&str>
The default mail domain associated with the organization.
sourcepub fn completed_date(&self) -> Option<&DateTime>
pub fn completed_date(&self) -> Option<&DateTime>
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
source§impl DescribeOrganizationOutput
impl DescribeOrganizationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeOrganizationOutput
.
Trait Implementations§
source§impl Clone for DescribeOrganizationOutput
impl Clone for DescribeOrganizationOutput
source§fn clone(&self) -> DescribeOrganizationOutput
fn clone(&self) -> DescribeOrganizationOutput
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 DescribeOrganizationOutput
impl Debug for DescribeOrganizationOutput
source§impl PartialEq<DescribeOrganizationOutput> for DescribeOrganizationOutput
impl PartialEq<DescribeOrganizationOutput> for DescribeOrganizationOutput
source§fn eq(&self, other: &DescribeOrganizationOutput) -> bool
fn eq(&self, other: &DescribeOrganizationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.