Struct aws_sdk_devopsguru::model::LogAnomalyShowcase
source · #[non_exhaustive]pub struct LogAnomalyShowcase { /* private fields */ }
Expand description
A cluster of similar anomalous log events found within a log group.
Implementations§
source§impl LogAnomalyShowcase
impl LogAnomalyShowcase
sourcepub fn log_anomaly_classes(&self) -> Option<&[LogAnomalyClass]>
pub fn log_anomaly_classes(&self) -> Option<&[LogAnomalyClass]>
A list of anomalous log events that may be related.
source§impl LogAnomalyShowcase
impl LogAnomalyShowcase
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LogAnomalyShowcase
.
Trait Implementations§
source§impl Clone for LogAnomalyShowcase
impl Clone for LogAnomalyShowcase
source§fn clone(&self) -> LogAnomalyShowcase
fn clone(&self) -> LogAnomalyShowcase
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 LogAnomalyShowcase
impl Debug for LogAnomalyShowcase
source§impl PartialEq<LogAnomalyShowcase> for LogAnomalyShowcase
impl PartialEq<LogAnomalyShowcase> for LogAnomalyShowcase
source§fn eq(&self, other: &LogAnomalyShowcase) -> bool
fn eq(&self, other: &LogAnomalyShowcase) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.