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)


2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2001

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)


2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2001

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