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.
5633 5634 5635 5636 5637 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5633 class MalwareScanDetails < Struct.new( :threats) SENSITIVE = [] include Aws::Structure end |