Class: Aws::Macie2::Types::SeverityLevel
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::SeverityLevel
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Specifies a severity level for findings that a custom data identifier produces. A severity level determines which severity is assigned to the findings, based on the number of occurrences of text that match the custom data identifier’s detection criteria.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #occurrences_threshold ⇒ Integer
 - 
  
    
      #severity  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The severity of a finding, ranging from LOW, for least severe, to HIGH, for most severe.
 
Instance Attribute Details
#occurrences_threshold ⇒ Integer
      6124 6125 6126 6127 6128 6129  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 6124 class SeverityLevel < Struct.new( :occurrences_threshold, :severity) SENSITIVE = [] include Aws::Structure end  | 
  
#severity ⇒ String
The severity of a finding, ranging from LOW, for least severe, to HIGH, for most severe. Valid values are:
      6124 6125 6126 6127 6128 6129  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 6124 class SeverityLevel < Struct.new( :occurrences_threshold, :severity) SENSITIVE = [] include Aws::Structure end  |