Struct aws_sdk_workdocs::model::User
source · #[non_exhaustive]pub struct User { /* private fields */ }
Expand description
Describes a user.
Implementations§
source§impl User
impl User
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
The email address of the user.
sourcepub fn given_name(&self) -> Option<&str>
pub fn given_name(&self) -> Option<&str>
The given name of the user.
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The ID of the organization.
sourcepub fn root_folder_id(&self) -> Option<&str>
pub fn root_folder_id(&self) -> Option<&str>
The ID of the root folder.
sourcepub fn recycle_bin_folder_id(&self) -> Option<&str>
pub fn recycle_bin_folder_id(&self) -> Option<&str>
The ID of the recycle bin folder.
sourcepub fn status(&self) -> Option<&UserStatusType>
pub fn status(&self) -> Option<&UserStatusType>
The status of the user.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The time when the user was created.
sourcepub fn modified_timestamp(&self) -> Option<&DateTime>
pub fn modified_timestamp(&self) -> Option<&DateTime>
The time when the user was modified.
sourcepub fn time_zone_id(&self) -> Option<&str>
pub fn time_zone_id(&self) -> Option<&str>
The time zone ID of the user.
sourcepub fn locale(&self) -> Option<&LocaleType>
pub fn locale(&self) -> Option<&LocaleType>
The locale of the user.
sourcepub fn storage(&self) -> Option<&UserStorageMetadata>
pub fn storage(&self) -> Option<&UserStorageMetadata>
The storage for the user.