Class: Aws::GuardDuty::Types::ScanResultThreat
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ScanResultThreat
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about a specific threat that was detected during the malware scan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of instances of this threat that were detected.
-
#hash ⇒ String
The hash value associated with the detected threat.
-
#item_details ⇒ Array<Types::ItemDetails>
Additional information about where this threat was detected.
-
#name ⇒ String
The name of the detected threat.
-
#source ⇒ String
The source that detected this threat.
Instance Attribute Details
#count ⇒ Integer
The number of instances of this threat that were detected.
10103 10104 10105 10106 10107 10108 10109 10110 10111 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10103 class ScanResultThreat < Struct.new( :name, :source, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#hash ⇒ String
The hash value associated with the detected threat.
10103 10104 10105 10106 10107 10108 10109 10110 10111 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10103 class ScanResultThreat < Struct.new( :name, :source, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#item_details ⇒ Array<Types::ItemDetails>
Additional information about where this threat was detected.
10103 10104 10105 10106 10107 10108 10109 10110 10111 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10103 class ScanResultThreat < Struct.new( :name, :source, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the detected threat.
10103 10104 10105 10106 10107 10108 10109 10110 10111 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10103 class ScanResultThreat < Struct.new( :name, :source, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source that detected this threat.
10103 10104 10105 10106 10107 10108 10109 10110 10111 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10103 class ScanResultThreat < Struct.new( :name, :source, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |