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

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

Overview

The structure containing configurations related to insights.

Constant Summary collapse

SENSITIVE =
[]

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)


1781
1782
1783
1784
1785
1786
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1781

class InsightsConfiguration < Struct.new(
  :insights_enabled,
  :notifications_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1781
1782
1783
1784
1785
1786
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1781

class InsightsConfiguration < Struct.new(
  :insights_enabled,
  :notifications_enabled)
  SENSITIVE = []
  include Aws::Structure
end