Class: Aws::GuardDuty::Types::MalwareScanDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareScanDetails
- Includes:
- Structure
- Defined in:
- 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
-
#threats ⇒ Array<Types::Threat>
Information about the detected threats associated with the generated GuardDuty finding.
Instance Attribute Details
#threats ⇒ Array<Types::Threat>
Information about the detected threats associated with the generated GuardDuty finding.
5898 5899 5900 5901 5902 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5898 class MalwareScanDetails < Struct.new( :threats) SENSITIVE = [] include Aws::Structure end |