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