Struct aws_sdk_workmail::model::Group
source · #[non_exhaustive]pub struct Group { /* private fields */ }
Expand description
The representation of an WorkMail group.
Implementations§
source§impl Group
impl Group
sourcepub fn state(&self) -> Option<&EntityState>
pub fn state(&self) -> Option<&EntityState>
The state of the group, which can be ENABLED, DISABLED, or DELETED.
sourcepub fn enabled_date(&self) -> Option<&DateTime>
pub fn enabled_date(&self) -> Option<&DateTime>
The date indicating when the group was enabled for WorkMail use.
sourcepub fn disabled_date(&self) -> Option<&DateTime>
pub fn disabled_date(&self) -> Option<&DateTime>
The date indicating when the group was disabled from WorkMail use.