Struct aws_sdk_workmail::model::OrganizationSummary [−][src]
#[non_exhaustive]pub struct OrganizationSummary {
pub organization_id: Option<String>,
pub alias: Option<String>,
pub default_mail_domain: Option<String>,
pub error_message: Option<String>,
pub state: Option<String>,
}
Expand description
The representation of an organization.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.organization_id: Option<String>
The identifier associated with the organization.
alias: Option<String>
The alias associated with the organization.
default_mail_domain: Option<String>
The default email domain associated with the organization.
error_message: Option<String>
The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
state: Option<String>
The state associated with the organization.
Implementations
The identifier associated with the organization.
The default email domain associated with the organization.
The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
Creates a new builder-style object to manufacture OrganizationSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OrganizationSummary
impl Send for OrganizationSummary
impl Sync for OrganizationSummary
impl Unpin for OrganizationSummary
impl UnwindSafe for OrganizationSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more