You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#filter_expressionString

The filter expression defining the parameters to include traces.

Returns:

  • (String)

    The filter expression defining the parameters to include traces.

#group_arnString

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

Returns:

  • (String)

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

#group_nameString

The unique case-sensitive name of the group.

Returns:

  • (String)

    The unique case-sensitive name of the group.

#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 NotifcationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.

Returns: