Struct aws_sdk_xray::model::GroupSummary
source · [−]#[non_exhaustive]pub struct GroupSummary { /* private fields */ }
Expand description
Details for a group without metadata.
Implementations
sourceimpl 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.
sourceimpl GroupSummary
impl GroupSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GroupSummary
.
Trait Implementations
sourceimpl Clone for GroupSummary
impl Clone for GroupSummary
sourcefn clone(&self) -> GroupSummary
fn clone(&self) -> GroupSummary
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 GroupSummary
impl Debug for GroupSummary
sourceimpl PartialEq<GroupSummary> for GroupSummary
impl PartialEq<GroupSummary> for GroupSummary
sourcefn eq(&self, other: &GroupSummary) -> bool
fn eq(&self, other: &GroupSummary) -> bool
impl StructuralPartialEq for GroupSummary
Auto Trait Implementations
impl RefUnwindSafe for GroupSummary
impl Send for GroupSummary
impl Sync for GroupSummary
impl Unpin for GroupSummary
impl UnwindSafe for GroupSummary
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