Struct aws_sdk_workmail::output::DescribeGroupOutput
source · #[non_exhaustive]pub struct DescribeGroupOutput { /* private fields */ }
Implementations§
source§impl DescribeGroupOutput
impl DescribeGroupOutput
sourcepub fn state(&self) -> Option<&EntityState>
pub fn state(&self) -> Option<&EntityState>
The state of the user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).
sourcepub fn enabled_date(&self) -> Option<&DateTime>
pub fn enabled_date(&self) -> Option<&DateTime>
The date and time when a user was registered to WorkMail, in UNIX epoch time format.
sourcepub fn disabled_date(&self) -> Option<&DateTime>
pub fn disabled_date(&self) -> Option<&DateTime>
The date and time when a user was deregistered from WorkMail, in UNIX epoch time format.
source§impl DescribeGroupOutput
impl DescribeGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeGroupOutput
.
Trait Implementations§
source§impl Clone for DescribeGroupOutput
impl Clone for DescribeGroupOutput
source§fn clone(&self) -> DescribeGroupOutput
fn clone(&self) -> DescribeGroupOutput
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 DescribeGroupOutput
impl Debug for DescribeGroupOutput
source§impl PartialEq<DescribeGroupOutput> for DescribeGroupOutput
impl PartialEq<DescribeGroupOutput> for DescribeGroupOutput
source§fn eq(&self, other: &DescribeGroupOutput) -> bool
fn eq(&self, other: &DescribeGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.