Struct aws_sdk_macie2::output::CreateInvitationsOutput
source · #[non_exhaustive]pub struct CreateInvitationsOutput { /* private fields */ }
Implementations§
source§impl CreateInvitationsOutput
impl CreateInvitationsOutput
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 processed. Each object identifies the account and explains why the invitation hasn't been processed for the account.
source§impl CreateInvitationsOutput
impl CreateInvitationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateInvitationsOutput
.
Trait Implementations§
source§impl Clone for CreateInvitationsOutput
impl Clone for CreateInvitationsOutput
source§fn clone(&self) -> CreateInvitationsOutput
fn clone(&self) -> CreateInvitationsOutput
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 CreateInvitationsOutput
impl Debug for CreateInvitationsOutput
source§impl PartialEq<CreateInvitationsOutput> for CreateInvitationsOutput
impl PartialEq<CreateInvitationsOutput> for CreateInvitationsOutput
source§fn eq(&self, other: &CreateInvitationsOutput) -> bool
fn eq(&self, other: &CreateInvitationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.