Guardduty > Structures > ScannedItemCount ScannedItemCount¶ Structure Class¶ ScannedItemCount dataclass ¶ Total number of scanned files. Attributes¶ files class-attribute instance-attribute ¶ files: int | None = None Number of files scanned. total_gb class-attribute instance-attribute ¶ total_gb: int | None = None Total GB of files scanned for malware. volumes class-attribute instance-attribute ¶ volumes: int | None = None Total number of scanned volumes.