Struct aws_sdk_xray::model::GroupSummary
source · #[non_exhaustive]pub struct GroupSummary { /* private fields */ }
Expand description
Details for a group without metadata.
Implementations§
source§impl GroupSummary
impl GroupSummary
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The unique case-sensitive name of the group.
sourcepub fn filter_expression(&self) -> Option<&str>
pub fn filter_expression(&self) -> Option<&str>
The filter expression defining the parameters to include traces.
sourcepub fn insights_configuration(&self) -> Option<&InsightsConfiguration>
pub fn insights_configuration(&self) -> Option<&InsightsConfiguration>
The structure containing configurations related to insights.
-
The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
-
The NotificationsEnabled boolean can be set to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
source§impl GroupSummary
impl GroupSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GroupSummary
.
Trait Implementations§
source§impl Clone for GroupSummary
impl Clone for GroupSummary
source§fn clone(&self) -> GroupSummary
fn clone(&self) -> GroupSummary
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 GroupSummary
impl Debug for GroupSummary
source§impl PartialEq<GroupSummary> for GroupSummary
impl PartialEq<GroupSummary> for GroupSummary
source§fn eq(&self, other: &GroupSummary) -> bool
fn eq(&self, other: &GroupSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.