Class: Aws::GuardDuty::Types::ScannedItemCount

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Total number of scanned files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filesInteger

Number of files scanned.

Returns:

  • (Integer)


5384
5385
5386
5387
5388
5389
5390
# File 'lib/aws-sdk-guardduty/types.rb', line 5384

class ScannedItemCount < Struct.new(
  :total_gb,
  :files,
  :volumes)
  SENSITIVE = []
  include Aws::Structure
end

#total_gbInteger

Total GB of files scanned for malware.

Returns:

  • (Integer)


5384
5385
5386
5387
5388
5389
5390
# File 'lib/aws-sdk-guardduty/types.rb', line 5384

class ScannedItemCount < Struct.new(
  :total_gb,
  :files,
  :volumes)
  SENSITIVE = []
  include Aws::Structure
end

#volumesInteger

Total number of scanned volumes.

Returns:

  • (Integer)


5384
5385
5386
5387
5388
5389
5390
# File 'lib/aws-sdk-guardduty/types.rb', line 5384

class ScannedItemCount < Struct.new(
  :total_gb,
  :files,
  :volumes)
  SENSITIVE = []
  include Aws::Structure
end