#[non_exhaustive]pub struct LogsAnomalyDetectionIntegration { /* private fields */ }
Expand description
Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
Implementations§
source§impl LogsAnomalyDetectionIntegration
impl LogsAnomalyDetectionIntegration
sourcepub fn opt_in_status(&self) -> Option<&OptInStatus>
pub fn opt_in_status(&self) -> Option<&OptInStatus>
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
source§impl LogsAnomalyDetectionIntegration
impl LogsAnomalyDetectionIntegration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LogsAnomalyDetectionIntegration
.
Trait Implementations§
source§impl Clone for LogsAnomalyDetectionIntegration
impl Clone for LogsAnomalyDetectionIntegration
source§fn clone(&self) -> LogsAnomalyDetectionIntegration
fn clone(&self) -> LogsAnomalyDetectionIntegration
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<LogsAnomalyDetectionIntegration> for LogsAnomalyDetectionIntegration
impl PartialEq<LogsAnomalyDetectionIntegration> for LogsAnomalyDetectionIntegration
source§fn eq(&self, other: &LogsAnomalyDetectionIntegration) -> bool
fn eq(&self, other: &LogsAnomalyDetectionIntegration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.