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.
8403 8404 8405 8406 8407 8408 8409 8410 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8403 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.
8403 8404 8405 8406 8407 8408 8409 8410 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8403 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.
8403 8404 8405 8406 8407 8408 8409 8410 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8403 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.
8403 8404 8405 8406 8407 8408 8409 8410 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8403 class ThreatDetectedByName < Struct.new( :item_count, :unique_threat_name_count, :shortened, :threat_names) SENSITIVE = [] include Aws::Structure end |