Class: Aws::SecurityHub::Types::Threat
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::Threat
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-securityhub/types.rb
 
Overview
Provides information about the threat detected in a security finding and the file paths that were affected by the threat.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #file_paths  ⇒ Array<Types::FilePaths> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the file paths that were affected by the threat.
 - 
  
    
      #item_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
This total number of items in which the threat has been detected.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the threat.
 - 
  
    
      #severity  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The severity of the threat.
 
Instance Attribute Details
#file_paths ⇒ Array<Types::FilePaths>
Provides information about the file paths that were affected by the threat.
Array Members: Minimum number of 1 item. Maximum number of 5 items.
      30665 30666 30667 30668 30669 30670 30671 30672  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 30665 class Threat < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end  | 
  
#item_count ⇒ Integer
This total number of items in which the threat has been detected.
      30665 30666 30667 30668 30669 30670 30671 30672  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 30665 class Threat < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the threat.
Length Constraints: Minimum of 1 length. Maximum of 128 length.
      30665 30666 30667 30668 30669 30670 30671 30672  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 30665 class Threat < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end  | 
  
#severity ⇒ String
The severity of the threat.
Length Constraints: Minimum of 1 length. Maximum of 128 length.
      30665 30666 30667 30668 30669 30670 30671 30672  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 30665 class Threat < Struct.new( :name, :severity, :item_count, :file_paths) SENSITIVE = [] include Aws::Structure end  |