Struct aws_sdk_xray::model::InsightsConfiguration [−][src]
#[non_exhaustive]pub struct InsightsConfiguration {
pub insights_enabled: Option<bool>,
pub notifications_enabled: Option<bool>,
}
Expand description
The structure containing configurations related to insights.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.insights_enabled: Option<bool>
Set the InsightsEnabled value to true to enable insights or false to disable insights.
notifications_enabled: 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.
Implementations
Set the InsightsEnabled value to true to enable insights or false to disable insights.
Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
Creates a new builder-style object to manufacture InsightsConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more