Class: Aws::GuardDuty::Types::ScannedItemCount
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ScannedItemCount
- Defined in:
- gems/aws-sdk-guardduty/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.
8571 8572 8573 8574 8575 8576 8577 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8571 class ScannedItemCount < Struct.new( :total_gb, :files, :volumes) SENSITIVE = [] include Aws::Structure end |
#total_gb ⇒ Integer
Total GB of files scanned for malware.
8571 8572 8573 8574 8575 8576 8577 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8571 class ScannedItemCount < Struct.new( :total_gb, :files, :volumes) SENSITIVE = [] include Aws::Structure end |
#volumes ⇒ Integer
Total number of scanned volumes.
8571 8572 8573 8574 8575 8576 8577 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8571 class ScannedItemCount < Struct.new( :total_gb, :files, :volumes) SENSITIVE = [] include Aws::Structure end |