Class: Aws::XRay::Types::Group

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

Overview

Details and metadata for a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_expressionString

The filter expression defining the parameters to include traces.

Returns:

  • (String)


1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-xray/types.rb', line 1576

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

#group_arnString

The Amazon Resource Name (ARN) of the group generated based on the GroupName.

Returns:

  • (String)


1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-xray/types.rb', line 1576

class Group < 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)


1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-xray/types.rb', line 1576

class Group < 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 through Amazon EventBridge for the group.



1576
1577
1578
1579
1580
1581
1582
1583
# File 'lib/aws-sdk-xray/types.rb', line 1576

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