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.
7663 7664 7665 7666 7667 7668 7669 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7663 class ScannedItemCount < Struct.new( :total_gb, :files, :volumes) SENSITIVE = [] include Aws::Structure end |
#total_gb ⇒ Integer
Total GB of files scanned for malware.
7663 7664 7665 7666 7667 7668 7669 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7663 class ScannedItemCount < Struct.new( :total_gb, :files, :volumes) SENSITIVE = [] include Aws::Structure end |
#volumes ⇒ Integer
Total number of scanned volumes.
7663 7664 7665 7666 7667 7668 7669 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7663 class ScannedItemCount < Struct.new( :total_gb, :files, :volumes) SENSITIVE = [] include Aws::Structure end |