Struct aws_sdk_qbusiness::operation::update_user::UpdateUserOutput
source · #[non_exhaustive]pub struct UpdateUserOutput {
pub user_aliases_added: Option<Vec<UserAlias>>,
pub user_aliases_updated: Option<Vec<UserAlias>>,
pub user_aliases_deleted: Option<Vec<UserAlias>>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.user_aliases_added: Option<Vec<UserAlias>>The user aliases that have been to be added to a user id.
user_aliases_updated: Option<Vec<UserAlias>>The user aliases attached to a user id that have been updated.
user_aliases_deleted: Option<Vec<UserAlias>>The user aliases that have been deleted from a user id.
Implementations§
source§impl UpdateUserOutput
impl UpdateUserOutput
sourcepub fn user_aliases_added(&self) -> &[UserAlias]
pub fn user_aliases_added(&self) -> &[UserAlias]
The user aliases that have been to be added to a user id.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .user_aliases_added.is_none().
sourcepub fn user_aliases_updated(&self) -> &[UserAlias]
pub fn user_aliases_updated(&self) -> &[UserAlias]
The user aliases attached to a user id that have been updated.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .user_aliases_updated.is_none().
sourcepub fn user_aliases_deleted(&self) -> &[UserAlias]
pub fn user_aliases_deleted(&self) -> &[UserAlias]
The user aliases that have been deleted from a user id.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .user_aliases_deleted.is_none().
source§impl UpdateUserOutput
impl UpdateUserOutput
sourcepub fn builder() -> UpdateUserOutputBuilder
pub fn builder() -> UpdateUserOutputBuilder
Creates a new builder-style object to manufacture UpdateUserOutput.
Trait Implementations§
source§impl Clone for UpdateUserOutput
impl Clone for UpdateUserOutput
source§fn clone(&self) -> UpdateUserOutput
fn clone(&self) -> UpdateUserOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateUserOutput
impl Debug for UpdateUserOutput
source§impl PartialEq for UpdateUserOutput
impl PartialEq for UpdateUserOutput
source§fn eq(&self, other: &UpdateUserOutput) -> bool
fn eq(&self, other: &UpdateUserOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateUserOutput
impl RequestId for UpdateUserOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.