Class: Aws::GuardDuty::Types::MalwareScanDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareScanDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Information about the malware scan that generated a GuardDuty finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_category ⇒ String
The category of the malware scan.
-
#scan_configuration ⇒ Types::MalwareProtectionFindingsScanConfiguration
The configuration settings used for the malware scan.
-
#scan_id ⇒ String
The unique identifier for the malware scan.
-
#scan_type ⇒ String
The type of malware scan performed.
-
#threats ⇒ Array<Types::Threat>
Information about the detected threats associated with the generated GuardDuty finding.
-
#unique_threat_count ⇒ Integer
The number of unique malware threats detected during the scan.
Instance Attribute Details
#scan_category ⇒ String
The category of the malware scan.
7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7488 class MalwareScanDetails < Struct.new( :threats, :scan_id, :scan_type, :scan_category, :scan_configuration, :unique_threat_count) SENSITIVE = [] include Aws::Structure end |
#scan_configuration ⇒ Types::MalwareProtectionFindingsScanConfiguration
The configuration settings used for the malware scan.
7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7488 class MalwareScanDetails < Struct.new( :threats, :scan_id, :scan_type, :scan_category, :scan_configuration, :unique_threat_count) SENSITIVE = [] include Aws::Structure end |
#scan_id ⇒ String
The unique identifier for the malware scan.
7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7488 class MalwareScanDetails < Struct.new( :threats, :scan_id, :scan_type, :scan_category, :scan_configuration, :unique_threat_count) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The type of malware scan performed.
7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7488 class MalwareScanDetails < Struct.new( :threats, :scan_id, :scan_type, :scan_category, :scan_configuration, :unique_threat_count) SENSITIVE = [] include Aws::Structure end |
#threats ⇒ Array<Types::Threat>
Information about the detected threats associated with the generated GuardDuty finding.
7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7488 class MalwareScanDetails < Struct.new( :threats, :scan_id, :scan_type, :scan_category, :scan_configuration, :unique_threat_count) SENSITIVE = [] include Aws::Structure end |
#unique_threat_count ⇒ Integer
The number of unique malware threats detected during the scan.
7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7488 class MalwareScanDetails < Struct.new( :threats, :scan_id, :scan_type, :scan_category, :scan_configuration, :unique_threat_count) SENSITIVE = [] include Aws::Structure end |