Struct aws_sdk_securityhub::output::GetMembersOutput
source · #[non_exhaustive]pub struct GetMembersOutput { /* private fields */ }
Implementations§
source§impl GetMembersOutput
impl GetMembersOutput
sourcepub fn members(&self) -> Option<&[Member]>
pub fn members(&self) -> Option<&[Member]>
The list of details about the Security Hub member accounts.
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 GetMembersOutput
impl GetMembersOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMembersOutput
.
Trait Implementations§
source§impl Clone for GetMembersOutput
impl Clone for GetMembersOutput
source§fn clone(&self) -> GetMembersOutput
fn clone(&self) -> GetMembersOutput
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 GetMembersOutput
impl Debug for GetMembersOutput
source§impl PartialEq<GetMembersOutput> for GetMembersOutput
impl PartialEq<GetMembersOutput> for GetMembersOutput
source§fn eq(&self, other: &GetMembersOutput) -> bool
fn eq(&self, other: &GetMembersOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.