#[non_exhaustive]pub struct NetworkInsightsAccessScopeAnalysis { /* private fields */ }
Expand description
Describes a Network Access Scope analysis.
Implementations
sourceimpl NetworkInsightsAccessScopeAnalysis
impl NetworkInsightsAccessScopeAnalysis
sourcepub fn network_insights_access_scope_analysis_id(&self) -> Option<&str>
pub fn network_insights_access_scope_analysis_id(&self) -> Option<&str>
The ID of the Network Access Scope analysis.
sourcepub fn network_insights_access_scope_analysis_arn(&self) -> Option<&str>
pub fn network_insights_access_scope_analysis_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Network Access Scope analysis.
sourcepub fn network_insights_access_scope_id(&self) -> Option<&str>
pub fn network_insights_access_scope_id(&self) -> Option<&str>
The ID of the Network Access Scope.
sourcepub fn status(&self) -> Option<&AnalysisStatus>
pub fn status(&self) -> Option<&AnalysisStatus>
The status.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The status message.
sourcepub fn warning_message(&self) -> Option<&str>
pub fn warning_message(&self) -> Option<&str>
The warning message.
sourcepub fn start_date(&self) -> Option<&DateTime>
pub fn start_date(&self) -> Option<&DateTime>
The analysis start date.
sourcepub fn findings_found(&self) -> Option<&FindingsFound>
pub fn findings_found(&self) -> Option<&FindingsFound>
Indicates whether there are findings.
sourcepub fn analyzed_eni_count(&self) -> Option<i32>
pub fn analyzed_eni_count(&self) -> Option<i32>
The number of network interfaces analyzed.
The tags.
sourceimpl NetworkInsightsAccessScopeAnalysis
impl NetworkInsightsAccessScopeAnalysis
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkInsightsAccessScopeAnalysis
.
Trait Implementations
sourceimpl Clone for NetworkInsightsAccessScopeAnalysis
impl Clone for NetworkInsightsAccessScopeAnalysis
sourcefn clone(&self) -> NetworkInsightsAccessScopeAnalysis
fn clone(&self) -> NetworkInsightsAccessScopeAnalysis
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<NetworkInsightsAccessScopeAnalysis> for NetworkInsightsAccessScopeAnalysis
impl PartialEq<NetworkInsightsAccessScopeAnalysis> for NetworkInsightsAccessScopeAnalysis
sourcefn eq(&self, other: &NetworkInsightsAccessScopeAnalysis) -> bool
fn eq(&self, other: &NetworkInsightsAccessScopeAnalysis) -> bool
impl StructuralPartialEq for NetworkInsightsAccessScopeAnalysis
Auto Trait Implementations
impl RefUnwindSafe for NetworkInsightsAccessScopeAnalysis
impl Send for NetworkInsightsAccessScopeAnalysis
impl Sync for NetworkInsightsAccessScopeAnalysis
impl Unpin for NetworkInsightsAccessScopeAnalysis
impl UnwindSafe for NetworkInsightsAccessScopeAnalysis
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more