#[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
sourceimpl 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.
sourceimpl LogsAnomalyDetectionIntegration
impl LogsAnomalyDetectionIntegration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LogsAnomalyDetectionIntegration
.
Trait Implementations
sourceimpl Clone for LogsAnomalyDetectionIntegration
impl Clone for LogsAnomalyDetectionIntegration
sourcefn clone(&self) -> LogsAnomalyDetectionIntegration
fn clone(&self) -> LogsAnomalyDetectionIntegration
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<LogsAnomalyDetectionIntegration> for LogsAnomalyDetectionIntegration
impl PartialEq<LogsAnomalyDetectionIntegration> for LogsAnomalyDetectionIntegration
sourcefn eq(&self, other: &LogsAnomalyDetectionIntegration) -> bool
fn eq(&self, other: &LogsAnomalyDetectionIntegration) -> bool
impl StructuralPartialEq for LogsAnomalyDetectionIntegration
Auto Trait Implementations
impl RefUnwindSafe for LogsAnomalyDetectionIntegration
impl Send for LogsAnomalyDetectionIntegration
impl Sync for LogsAnomalyDetectionIntegration
impl Unpin for LogsAnomalyDetectionIntegration
impl UnwindSafe for LogsAnomalyDetectionIntegration
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