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

Class: Aws::XRay::Types::InsightsConfiguration

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

Overview

Note:

When passing InsightsConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  insights_enabled: false,
  notifications_enabled: false,
}

The structure containing configurations related to insights.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#insights_enabledBoolean

Set the InsightsEnabled value to true to enable insights or false to disable insights.

Returns:

  • (Boolean)

    Set the InsightsEnabled value to true to enable insights or false to disable insights.

#notifications_enabledBoolean

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

Returns:

  • (Boolean)

    Set the NotificationsEnabled value to true to enable insights notifications.