#[non_exhaustive]pub struct DeclineInvitationsOutput { /* private fields */ }
Implementations§
source§impl DeclineInvitationsOutput
impl DeclineInvitationsOutput
sourcepub fn unprocessed_accounts(&self) -> Option<&[Result]>
pub fn unprocessed_accounts(&self) -> Option<&[Result]>
The list of Amazon Web Services accounts that were not processed. For each account, the list includes the account ID and the email address.
source§impl DeclineInvitationsOutput
impl DeclineInvitationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeclineInvitationsOutput
.
Trait Implementations§
source§impl Clone for DeclineInvitationsOutput
impl Clone for DeclineInvitationsOutput
source§fn clone(&self) -> DeclineInvitationsOutput
fn clone(&self) -> DeclineInvitationsOutput
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 DeclineInvitationsOutput
impl Debug for DeclineInvitationsOutput
source§impl PartialEq<DeclineInvitationsOutput> for DeclineInvitationsOutput
impl PartialEq<DeclineInvitationsOutput> for DeclineInvitationsOutput
source§fn eq(&self, other: &DeclineInvitationsOutput) -> bool
fn eq(&self, other: &DeclineInvitationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.