class Aws::XRay::Types::InsightsConfiguration

The structure containing configurations related to insights.

@note When making an API call, you may pass InsightsConfiguration

data as a hash:

    {
      insights_enabled: false,
      notifications_enabled: false,
    }

@!attribute [rw] insights_enabled

Set the InsightsEnabled value to true to enable insights or false to
disable insights.
@return [Boolean]

@!attribute [rw] notifications_enabled

Set the NotificationsEnabled value to true to enable insights
notifications. Notifications can only be enabled on a group with
InsightsEnabled set to true.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/InsightsConfiguration AWS API Documentation

Constants

SENSITIVE