#[non_exhaustive]pub struct DeleteInvitationsOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl DeleteInvitationsOutput
impl DeleteInvitationsOutput
sourcepub fn builder() -> DeleteInvitationsOutputBuilder
pub fn builder() -> DeleteInvitationsOutputBuilder
Creates a new builder-style object to manufacture DeleteInvitationsOutput
.
Trait Implementations§
source§impl Clone for DeleteInvitationsOutput
impl Clone for DeleteInvitationsOutput
source§fn clone(&self) -> DeleteInvitationsOutput
fn clone(&self) -> DeleteInvitationsOutput
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 DeleteInvitationsOutput
impl Debug for DeleteInvitationsOutput
source§impl PartialEq<DeleteInvitationsOutput> for DeleteInvitationsOutput
impl PartialEq<DeleteInvitationsOutput> for DeleteInvitationsOutput
source§fn eq(&self, other: &DeleteInvitationsOutput) -> bool
fn eq(&self, other: &DeleteInvitationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteInvitationsOutput
impl RequestId for DeleteInvitationsOutput
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.