class Aws::XRay::Types::UpdateGroupRequest
@note When making an API call, you may pass UpdateGroupRequest
data as a hash: { group_name: "GroupName", group_arn: "GroupARN", filter_expression: "FilterExpression", insights_configuration: { insights_enabled: false, notifications_enabled: false, }, }
@!attribute [rw] group_name
The case-sensitive name of the group. @return [String]
@!attribute [rw] group_arn
The ARN that was generated upon creation. @return [String]
@!attribute [rw] filter_expression
The updated filter expression defining criteria by which to group traces. @return [String]
@!attribute [rw] insights_configuration
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 NotifcationsEnabled boolean can be set to true to enable insights notifications for the group. Notifications can only be enabled on a group with InsightsEnabled set to true. @return [Types::InsightsConfiguration]
@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/UpdateGroupRequest AWS API Documentation
Constants
- SENSITIVE