

# MalwareScanDetails


Information about the malware scan that generated a GuardDuty finding.

## Contents


 ** scanCategory **   <a name="guardduty-Type-MalwareScanDetails-scanCategory"></a>
The category of the malware scan.  
Type: String  
Valid Values: `FULL_SCAN | INCREMENTAL_SCAN`   
Required: No

 ** scanConfiguration **   <a name="guardduty-Type-MalwareScanDetails-scanConfiguration"></a>
The configuration settings used for the malware scan.  
Type: [MalwareProtectionFindingsScanConfiguration](API_MalwareProtectionFindingsScanConfiguration.md) object  
Required: No

 ** scanId **   <a name="guardduty-Type-MalwareScanDetails-scanId"></a>
The unique identifier for the malware scan.  
Type: String  
Required: No

 ** scanType **   <a name="guardduty-Type-MalwareScanDetails-scanType"></a>
The type of malware scan performed.  
Type: String  
Valid Values: `BACKUP_INITIATED | ON_DEMAND | GUARDDUTY_INITIATED`   
Required: No

 ** threats **   <a name="guardduty-Type-MalwareScanDetails-threats"></a>
Information about the detected threats associated with the generated GuardDuty finding.  
Type: Array of [Threat](API_Threat.md) objects  
Required: No

 ** uniqueThreatCount **   <a name="guardduty-Type-MalwareScanDetails-uniqueThreatCount"></a>
The number of unique malware threats detected during the scan.  
Type: Integer  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/guardduty-2017-11-28/MalwareScanDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/guardduty-2017-11-28/MalwareScanDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/guardduty-2017-11-28/MalwareScanDetails) 