#[non_exhaustive]pub struct BatchGetGraphMemberDatasourcesOutput { /* private fields */ }Implementations§
source§impl BatchGetGraphMemberDatasourcesOutput
impl BatchGetGraphMemberDatasourcesOutput
sourcepub fn member_datasources(&self) -> Option<&[MembershipDatasources]>
pub fn member_datasources(&self) -> Option<&[MembershipDatasources]>
Details on the status of data source packages for members of the behavior graph.
sourcepub fn unprocessed_accounts(&self) -> Option<&[UnprocessedAccount]>
pub fn unprocessed_accounts(&self) -> Option<&[UnprocessedAccount]>
Accounts that data source package information could not be retrieved for.
source§impl BatchGetGraphMemberDatasourcesOutput
impl BatchGetGraphMemberDatasourcesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetGraphMemberDatasourcesOutput.
Trait Implementations§
source§impl Clone for BatchGetGraphMemberDatasourcesOutput
impl Clone for BatchGetGraphMemberDatasourcesOutput
source§fn clone(&self) -> BatchGetGraphMemberDatasourcesOutput
fn clone(&self) -> BatchGetGraphMemberDatasourcesOutput
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 PartialEq<BatchGetGraphMemberDatasourcesOutput> for BatchGetGraphMemberDatasourcesOutput
impl PartialEq<BatchGetGraphMemberDatasourcesOutput> for BatchGetGraphMemberDatasourcesOutput
source§fn eq(&self, other: &BatchGetGraphMemberDatasourcesOutput) -> bool
fn eq(&self, other: &BatchGetGraphMemberDatasourcesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.