You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::GroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GroupSummary
- Defined in:
- (unknown)
Overview
Details for a group without metadata.
Instance Attribute Summary collapse
-
#filter_expression ⇒ String
The filter expression defining the parameters to include traces.
-
#group_arn ⇒ String
The ARN of the group generated based on the GroupName.
-
#group_name ⇒ String
The unique case-sensitive name of the group.
-
#insights_configuration ⇒ Types::InsightsConfiguration
The structure containing configurations related to insights.
Instance Attribute Details
#filter_expression ⇒ String
The filter expression defining the parameters to include traces.
#group_arn ⇒ String
The ARN of the group generated based on the GroupName.
#group_name ⇒ String
The unique case-sensitive name of the group.
#insights_configuration ⇒ Types::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.