Class: Aws::XRay::Types::GroupSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

Details for a group without metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_expressionString

The filter expression defining the parameters to include traces.

Returns:

  • (String)


1435
1436
1437
1438
1439
1440
1441
1442
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1435

class GroupSummary < Struct.new(
  :group_name,
  :group_arn,
  :filter_expression,
  :insights_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#group_arnString

The ARN of the group generated based on the GroupName.

Returns:

  • (String)


1435
1436
1437
1438
1439
1440
1441
1442
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1435

class GroupSummary < Struct.new(
  :group_name,
  :group_arn,
  :filter_expression,
  :insights_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The unique case-sensitive name of the group.

Returns:

  • (String)


1435
1436
1437
1438
1439
1440
1441
1442
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1435

class GroupSummary < Struct.new(
  :group_name,
  :group_arn,
  :filter_expression,
  :insights_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#insights_configurationTypes::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.



1435
1436
1437
1438
1439
1440
1441
1442
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1435

class GroupSummary < Struct.new(
  :group_name,
  :group_arn,
  :filter_expression,
  :insights_configuration)
  SENSITIVE = []
  include Aws::Structure
end