Class: DatadogAPIClient::V2::SecurityMonitoringSignal
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::SecurityMonitoringSignal
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/security_monitoring_signal.rb
 
Overview
Object description of a security signal.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #attributes  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The object containing all signal attributes and their associated values.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID of the security signal.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of event.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_signal.rb', line 34 def additional_properties @additional_properties end  | 
  
#attributes ⇒ Object
The object containing all signal attributes and their associated values.
      26 27 28  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_signal.rb', line 26 def attributes @attributes end  | 
  
#id ⇒ Object
The unique ID of the security signal.
      29 30 31  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_signal.rb', line 29 def id @id end  | 
  
#type ⇒ Object
The type of event.
      32 33 34  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_signal.rb', line 32 def type @type end  |