You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::UpdateGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UpdateGroupRequest
- Defined in:
- (unknown)
Overview
When passing UpdateGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
group_name: "GroupName",
group_arn: "GroupARN",
filter_expression: "FilterExpression",
insights_configuration: {
insights_enabled: false,
notifications_enabled: false,
},
}
Instance Attribute Summary collapse
-
#filter_expression ⇒ String
The updated filter expression defining criteria by which to group traces.
-
#group_arn ⇒ String
The ARN that was generated upon creation.
-
#group_name ⇒ String
The case-sensitive name of the group.
-
#insights_configuration ⇒ Types::InsightsConfiguration
The structure containing configurations related to insights.
Instance Attribute Details
#filter_expression ⇒ String
The updated filter expression defining criteria by which to group traces.
#group_arn ⇒ String
The ARN that was generated upon creation.
#group_name ⇒ String
The 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 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.