Struct aws_sdk_macie2::output::DeleteInvitationsOutput
source · [−]#[non_exhaustive]pub struct DeleteInvitationsOutput { /* private fields */ }
Implementations
sourceimpl DeleteInvitationsOutput
impl DeleteInvitationsOutput
sourcepub fn unprocessed_accounts(&self) -> Option<&[UnprocessedAccount]>
pub fn unprocessed_accounts(&self) -> Option<&[UnprocessedAccount]>
An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the account and explains why the request hasn't been processed for that account.
sourceimpl DeleteInvitationsOutput
impl DeleteInvitationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteInvitationsOutput
.
Trait Implementations
sourceimpl Clone for DeleteInvitationsOutput
impl Clone for DeleteInvitationsOutput
sourcefn clone(&self) -> DeleteInvitationsOutput
fn clone(&self) -> DeleteInvitationsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteInvitationsOutput
impl Debug for DeleteInvitationsOutput
sourceimpl PartialEq<DeleteInvitationsOutput> for DeleteInvitationsOutput
impl PartialEq<DeleteInvitationsOutput> for DeleteInvitationsOutput
sourcefn eq(&self, other: &DeleteInvitationsOutput) -> bool
fn eq(&self, other: &DeleteInvitationsOutput) -> bool
impl StructuralPartialEq for DeleteInvitationsOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteInvitationsOutput
impl Send for DeleteInvitationsOutput
impl Sync for DeleteInvitationsOutput
impl Unpin for DeleteInvitationsOutput
impl UnwindSafe for DeleteInvitationsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more