Struct aws_sdk_xray::model::InsightsConfiguration
source · #[non_exhaustive]pub struct InsightsConfiguration { /* private fields */ }
Expand description
The structure containing configurations related to insights.
Implementations§
source§impl 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.
source§impl InsightsConfiguration
impl InsightsConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InsightsConfiguration
.
Trait Implementations§
source§impl Clone for InsightsConfiguration
impl Clone for InsightsConfiguration
source§fn clone(&self) -> InsightsConfiguration
fn clone(&self) -> InsightsConfiguration
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 InsightsConfiguration
impl Debug for InsightsConfiguration
source§impl PartialEq<InsightsConfiguration> for InsightsConfiguration
impl PartialEq<InsightsConfiguration> for InsightsConfiguration
source§fn eq(&self, other: &InsightsConfiguration) -> bool
fn eq(&self, other: &InsightsConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.