Class: Aws::GuardDuty::Types::ThreatDetectedByName
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GuardDuty::Types::ThreatDetectedByName
 
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains details about identified threats organized by threat name.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #item_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Total number of infected files identified. 
- 
  
    
      #shortened  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Flag to determine if the finding contains every single infected file-path and/or every threat. 
- 
  
    
      #threat_names  ⇒ Array<Types::ScanThreatName> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    List of identified threats with details, organized by threat name. 
- 
  
    
      #unique_threat_name_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Total number of unique threats by name identified, as part of the malware scan. 
Instance Attribute Details
#item_count ⇒ Integer
Total number of infected files identified.
| 9885 9886 9887 9888 9889 9890 9891 9892 | # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9885 class ThreatDetectedByName < Struct.new( :item_count, :unique_threat_name_count, :shortened, :threat_names) SENSITIVE = [] include Aws::Structure end | 
#shortened ⇒ Boolean
Flag to determine if the finding contains every single infected file-path and/or every threat.
| 9885 9886 9887 9888 9889 9890 9891 9892 | # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9885 class ThreatDetectedByName < Struct.new( :item_count, :unique_threat_name_count, :shortened, :threat_names) SENSITIVE = [] include Aws::Structure end | 
#threat_names ⇒ Array<Types::ScanThreatName>
List of identified threats with details, organized by threat name.
| 9885 9886 9887 9888 9889 9890 9891 9892 | # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9885 class ThreatDetectedByName < Struct.new( :item_count, :unique_threat_name_count, :shortened, :threat_names) SENSITIVE = [] include Aws::Structure end | 
#unique_threat_name_count ⇒ Integer
Total number of unique threats by name identified, as part of the malware scan.
| 9885 9886 9887 9888 9889 9890 9891 9892 | # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9885 class ThreatDetectedByName < Struct.new( :item_count, :unique_threat_name_count, :shortened, :threat_names) SENSITIVE = [] include Aws::Structure end |