Class: DatadogAPIClient::V2::CloudConfigurationRuleCaseCreate
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::CloudConfigurationRuleCaseCreate
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/cloud_configuration_rule_case_create.rb
 
Overview
Description of signals.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #notifications  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Notification targets for each rule case.
 - 
  
    
      #status  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Severity of the Security Signal.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      30 31 32  | 
    
      # File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_case_create.rb', line 30 def additional_properties @additional_properties end  | 
  
#notifications ⇒ Object
Notification targets for each rule case.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_case_create.rb', line 25 def notifications @notifications end  | 
  
#status ⇒ Object
Severity of the Security Signal.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_case_create.rb', line 28 def status @status end  |