Struct aws_sdk_chime::types::Invite
source · #[non_exhaustive]pub struct Invite { /* private fields */ }Expand description
Invitation object returned after emailing users to invite them to join the Amazon Chime Team account.
Implementations§
source§impl Invite
impl Invite
sourcepub fn status(&self) -> Option<&InviteStatus>
pub fn status(&self) -> Option<&InviteStatus>
The status of the invite.
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
The email address to which the invite is sent.
sourcepub fn email_status(&self) -> Option<&EmailStatus>
pub fn email_status(&self) -> Option<&EmailStatus>
The status of the invite email.