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.
9865 9866 9867 9868 9869 9870 9871 9872 9873 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9865 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.
9865 9866 9867 9868 9869 9870 9871 9872 9873 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9865 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.
9865 9866 9867 9868 9869 9870 9871 9872 9873 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9865 class ScanResultThreat < Struct.new( :name, :source, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the detected threat.
9865 9866 9867 9868 9869 9870 9871 9872 9873 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9865 class ScanResultThreat < Struct.new( :name, :source, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source that detected this threat.
9865 9866 9867 9868 9869 9870 9871 9872 9873 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9865 class ScanResultThreat < Struct.new( :name, :source, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |