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 more