Class: Aws::XRay::Types::InsightsConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::InsightsConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
The structure containing configurations related to insights.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #insights_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Set the InsightsEnabled value to true to enable insights or false to disable insights.
 - 
  
    
      #notifications_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Set the NotificationsEnabled value to true to enable insights notifications.
 
Instance Attribute Details
#insights_enabled ⇒ Boolean
Set the InsightsEnabled value to true to enable insights or false to disable insights.
      1985 1986 1987 1988 1989 1990  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1985 class InsightsConfiguration < Struct.new( :insights_enabled, :notifications_enabled) SENSITIVE = [] include Aws::Structure end  | 
  
#notifications_enabled ⇒ Boolean
Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
      1985 1986 1987 1988 1989 1990  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1985 class InsightsConfiguration < Struct.new( :insights_enabled, :notifications_enabled) SENSITIVE = [] include Aws::Structure end  |