#[non_exhaustive]pub struct StartNetworkInsightsAccessScopeAnalysisOutput { /* private fields */ }
Implementations§
source§impl StartNetworkInsightsAccessScopeAnalysisOutput
impl StartNetworkInsightsAccessScopeAnalysisOutput
sourcepub fn network_insights_access_scope_analysis(
&self
) -> Option<&NetworkInsightsAccessScopeAnalysis>
pub fn network_insights_access_scope_analysis(
&self
) -> Option<&NetworkInsightsAccessScopeAnalysis>
The Network Access Scope analysis.
source§impl StartNetworkInsightsAccessScopeAnalysisOutput
impl StartNetworkInsightsAccessScopeAnalysisOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartNetworkInsightsAccessScopeAnalysisOutput
.
Trait Implementations§
source§impl Clone for StartNetworkInsightsAccessScopeAnalysisOutput
impl Clone for StartNetworkInsightsAccessScopeAnalysisOutput
source§fn clone(&self) -> StartNetworkInsightsAccessScopeAnalysisOutput
fn clone(&self) -> StartNetworkInsightsAccessScopeAnalysisOutput
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<StartNetworkInsightsAccessScopeAnalysisOutput> for StartNetworkInsightsAccessScopeAnalysisOutput
impl PartialEq<StartNetworkInsightsAccessScopeAnalysisOutput> for StartNetworkInsightsAccessScopeAnalysisOutput
source§fn eq(&self, other: &StartNetworkInsightsAccessScopeAnalysisOutput) -> bool
fn eq(&self, other: &StartNetworkInsightsAccessScopeAnalysisOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.