Struct aws_sdk_accessanalyzer::model::AnalyzerSummary
source · [−]#[non_exhaustive]pub struct AnalyzerSummary { /* private fields */ }Expand description
Contains information about the analyzer.
Implementations
sourceimpl AnalyzerSummary
impl AnalyzerSummary
sourcepub fn type(&self) -> Option<&Type>
pub fn type(&self) -> Option<&Type>
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
A timestamp for the time at which the analyzer was created.
sourcepub fn last_resource_analyzed(&self) -> Option<&str>
pub fn last_resource_analyzed(&self) -> Option<&str>
The resource that was most recently analyzed by the analyzer.
sourcepub fn last_resource_analyzed_at(&self) -> Option<&DateTime>
pub fn last_resource_analyzed_at(&self) -> Option<&DateTime>
The time at which the most recently analyzed resource was analyzed.
The tags added to the analyzer.
sourcepub fn status(&self) -> Option<&AnalyzerStatus>
pub fn status(&self) -> Option<&AnalyzerStatus>
The status of the analyzer. An Active analyzer successfully monitors supported resources and generates new findings. The analyzer is Disabled when a user action, such as removing trusted access for Identity and Access Management Access Analyzer from Organizations, causes the analyzer to stop generating new findings. The status is Creating when the analyzer creation is in progress and Failed when the analyzer creation has failed.
sourcepub fn status_reason(&self) -> Option<&StatusReason>
pub fn status_reason(&self) -> Option<&StatusReason>
The statusReason provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a Failed status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the Amazon Web Services organization.
sourceimpl AnalyzerSummary
impl AnalyzerSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnalyzerSummary.
Trait Implementations
sourceimpl Clone for AnalyzerSummary
impl Clone for AnalyzerSummary
sourcefn clone(&self) -> AnalyzerSummary
fn clone(&self) -> AnalyzerSummary
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more