#[non_exhaustive]pub struct BatchSuspendUserOutput { /* private fields */ }Implementations§
source§impl BatchSuspendUserOutput
impl BatchSuspendUserOutput
sourcepub fn user_errors(&self) -> Option<&[UserError]>
pub fn user_errors(&self) -> Option<&[UserError]>
If the BatchSuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.
source§impl BatchSuspendUserOutput
impl BatchSuspendUserOutput
sourcepub fn builder() -> BatchSuspendUserOutputBuilder
pub fn builder() -> BatchSuspendUserOutputBuilder
Creates a new builder-style object to manufacture BatchSuspendUserOutput.
Trait Implementations§
source§impl Clone for BatchSuspendUserOutput
impl Clone for BatchSuspendUserOutput
source§fn clone(&self) -> BatchSuspendUserOutput
fn clone(&self) -> BatchSuspendUserOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BatchSuspendUserOutput
impl Debug for BatchSuspendUserOutput
source§impl PartialEq<BatchSuspendUserOutput> for BatchSuspendUserOutput
impl PartialEq<BatchSuspendUserOutput> for BatchSuspendUserOutput
source§fn eq(&self, other: &BatchSuspendUserOutput) -> bool
fn eq(&self, other: &BatchSuspendUserOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for BatchSuspendUserOutput
impl RequestId for BatchSuspendUserOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for BatchSuspendUserOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchSuspendUserOutput
impl Send for BatchSuspendUserOutput
impl Sync for BatchSuspendUserOutput
impl Unpin for BatchSuspendUserOutput
impl UnwindSafe for BatchSuspendUserOutput
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