Class: Aws::XRay::Types::UpdateGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UpdateGroupRequest
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
3699 3700 3701 3702 3703 3704 3705 3706 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3699 class UpdateGroupRequest < Struct.new( :group_name, :group_arn, :filter_expression, :insights_configuration) SENSITIVE = [] include Aws::Structure end |
#group_arn ⇒ String
The ARN that was generated upon creation.
3699 3700 3701 3702 3703 3704 3705 3706 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3699 class UpdateGroupRequest < Struct.new( :group_name, :group_arn, :filter_expression, :insights_configuration) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The case-sensitive name of the group.
3699 3700 3701 3702 3703 3704 3705 3706 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3699 class UpdateGroupRequest < Struct.new( :group_name, :group_arn, :filter_expression, :insights_configuration) SENSITIVE = [] include Aws::Structure end |
#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 for the group. Notifications can only be enabled on a group with InsightsEnabled set to true.
3699 3700 3701 3702 3703 3704 3705 3706 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3699 class UpdateGroupRequest < Struct.new( :group_name, :group_arn, :filter_expression, :insights_configuration) SENSITIVE = [] include Aws::Structure end |