Struct aws_sdk_chime::types::User
source · #[non_exhaustive]pub struct User { /* private fields */ }Expand description
The user on the Amazon Chime account.
Implementations§
source§impl User
impl User
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
sourcepub fn primary_email(&self) -> Option<&str>
pub fn primary_email(&self) -> Option<&str>
The primary email address of the user.
sourcepub fn primary_provisioned_number(&self) -> Option<&str>
pub fn primary_provisioned_number(&self) -> Option<&str>
The primary phone number associated with the user.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The display name of the user.
sourcepub fn license_type(&self) -> Option<&License>
pub fn license_type(&self) -> Option<&License>
The license type for the user.
sourcepub fn user_registration_status(&self) -> Option<&RegistrationStatus>
pub fn user_registration_status(&self) -> Option<&RegistrationStatus>
The user registration status.
sourcepub fn user_invitation_status(&self) -> Option<&InviteStatus>
pub fn user_invitation_status(&self) -> Option<&InviteStatus>
The user invite status.
sourcepub fn registered_on(&self) -> Option<&DateTime>
pub fn registered_on(&self) -> Option<&DateTime>
Date and time when the user is registered, in ISO 8601 format.
sourcepub fn invited_on(&self) -> Option<&DateTime>
pub fn invited_on(&self) -> Option<&DateTime>
Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.
sourcepub fn alexa_for_business_metadata(&self) -> Option<&AlexaForBusinessMetadata>
pub fn alexa_for_business_metadata(&self) -> Option<&AlexaForBusinessMetadata>
The Alexa for Business metadata.
sourcepub fn personal_pin(&self) -> Option<&str>
pub fn personal_pin(&self) -> Option<&str>
The user's personal meeting PIN.
Trait Implementations§
source§impl PartialEq<User> for User
impl PartialEq<User> for User
impl StructuralPartialEq for User
Auto Trait Implementations§
impl RefUnwindSafe for User
impl Send for User
impl Sync for User
impl Unpin for User
impl UnwindSafe for User
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more