Struct aws_sdk_workmail::output::DescribeOrganizationOutput [−][src]
#[non_exhaustive]pub struct DescribeOrganizationOutput {
pub organization_id: Option<String>,
pub alias: Option<String>,
pub state: Option<String>,
pub directory_id: Option<String>,
pub directory_type: Option<String>,
pub default_mail_domain: Option<String>,
pub completed_date: Option<DateTime>,
pub error_message: Option<String>,
pub arn: Option<String>,
}
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 of an organization.
alias: Option<String>
The alias for an organization.
state: Option<String>
The state of an organization.
directory_id: Option<String>
The identifier for the directory associated with an Amazon WorkMail organization.
directory_type: Option<String>
The type of directory associated with the WorkMail organization.
default_mail_domain: Option<String>
The default mail domain associated with the organization.
completed_date: Option<DateTime>
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
error_message: Option<String>
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
arn: Option<String>
The Amazon Resource Name (ARN) of the organization.
Implementations
The identifier of an organization.
The identifier for the directory associated with an Amazon WorkMail organization.
The type of directory associated with the WorkMail organization.
The default mail domain associated with the organization.
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
Creates a new builder-style object to manufacture DescribeOrganizationOutput
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 DescribeOrganizationOutput
impl Send for DescribeOrganizationOutput
impl Sync for DescribeOrganizationOutput
impl Unpin for DescribeOrganizationOutput
impl UnwindSafe for DescribeOrganizationOutput
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