Class: Aws::GuardDuty::Types::ScannedItemCount
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ScannedItemCount
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Total number of scanned files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#files ⇒ Integer
Number of files scanned.
-
#total_gb ⇒ Integer
Total GB of files scanned for malware.
-
#volumes ⇒ Integer
Total number of scanned volumes.
Instance Attribute Details
#files ⇒ Integer
Number of files scanned.
8001 8002 8003 8004 8005 8006 8007 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8001 class ScannedItemCount < Struct.new( :total_gb, :files, :volumes) SENSITIVE = [] include Aws::Structure end |
#total_gb ⇒ Integer
Total GB of files scanned for malware.
8001 8002 8003 8004 8005 8006 8007 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8001 class ScannedItemCount < Struct.new( :total_gb, :files, :volumes) SENSITIVE = [] include Aws::Structure end |
#volumes ⇒ Integer
Total number of scanned volumes.
8001 8002 8003 8004 8005 8006 8007 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8001 class ScannedItemCount < Struct.new( :total_gb, :files, :volumes) SENSITIVE = [] include Aws::Structure end |