Class: Aws::GuardDuty::Types::Threat
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Threat
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the detected threats associated with the generated finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of occurrences of this specific threat detected during the scan.
-
#hash ⇒ String
The hash identifier of the detected malware threat.
-
#item_details ⇒ Array<Types::ItemDetails>
Detailed information about the detected malware threat.
-
#item_paths ⇒ Array<Types::ItemPath>
Information about the nested item path and hash of the protected resource.
-
#name ⇒ String
Name of the detected threat that caused GuardDuty to generate this finding.
-
#source ⇒ String
Source of the threat that generated this finding.
Instance Attribute Details
#count ⇒ Integer
The number of occurrences of this specific threat detected during the scan.
10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 |
# File 'lib/aws-sdk-guardduty/types.rb', line 10632 class Threat < Struct.new( :name, :source, :item_paths, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#hash ⇒ String
The hash identifier of the detected malware threat.
10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 |
# File 'lib/aws-sdk-guardduty/types.rb', line 10632 class Threat < Struct.new( :name, :source, :item_paths, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#item_details ⇒ Array<Types::ItemDetails>
Detailed information about the detected malware threat.
10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 |
# File 'lib/aws-sdk-guardduty/types.rb', line 10632 class Threat < Struct.new( :name, :source, :item_paths, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#item_paths ⇒ Array<Types::ItemPath>
Information about the nested item path and hash of the protected resource.
10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 |
# File 'lib/aws-sdk-guardduty/types.rb', line 10632 class Threat < Struct.new( :name, :source, :item_paths, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the detected threat that caused GuardDuty to generate this finding.
10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 |
# File 'lib/aws-sdk-guardduty/types.rb', line 10632 class Threat < Struct.new( :name, :source, :item_paths, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
Source of the threat that generated this finding.
10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 |
# File 'lib/aws-sdk-guardduty/types.rb', line 10632 class Threat < Struct.new( :name, :source, :item_paths, :count, :hash, :item_details) SENSITIVE = [] include Aws::Structure end |