Struct aws_sdk_xray::model::InsightsConfiguration
source · [−]#[non_exhaustive]pub struct InsightsConfiguration { /* private fields */ }
Expand description
The structure containing configurations related to insights.
Implementations
sourceimpl InsightsConfiguration
impl InsightsConfiguration
sourcepub fn insights_enabled(&self) -> Option<bool>
pub fn insights_enabled(&self) -> Option<bool>
Set the InsightsEnabled value to true to enable insights or false to disable insights.
sourcepub fn notifications_enabled(&self) -> Option<bool>
pub fn notifications_enabled(&self) -> Option<bool>
Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
sourceimpl InsightsConfiguration
impl InsightsConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InsightsConfiguration
.
Trait Implementations
sourceimpl Clone for InsightsConfiguration
impl Clone for InsightsConfiguration
sourcefn clone(&self) -> InsightsConfiguration
fn clone(&self) -> InsightsConfiguration
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 Debug for InsightsConfiguration
impl Debug for InsightsConfiguration
sourceimpl PartialEq<InsightsConfiguration> for InsightsConfiguration
impl PartialEq<InsightsConfiguration> for InsightsConfiguration
sourcefn eq(&self, other: &InsightsConfiguration) -> bool
fn eq(&self, other: &InsightsConfiguration) -> bool
impl StructuralPartialEq for InsightsConfiguration
Auto Trait Implementations
impl RefUnwindSafe for InsightsConfiguration
impl Send for InsightsConfiguration
impl Sync for InsightsConfiguration
impl Unpin for InsightsConfiguration
impl UnwindSafe for InsightsConfiguration
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