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)


6429
6430
6431
6432
6433
6434
6435
# File 'lib/aws-sdk-guardduty/types.rb', line 6429

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

#total_gbInteger

Total GB of files scanned for malware.

Returns:

  • (Integer)


6429
6430
6431
6432
6433
6434
6435
# File 'lib/aws-sdk-guardduty/types.rb', line 6429

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

#volumesInteger

Total number of scanned volumes.

Returns:

  • (Integer)


6429
6430
6431
6432
6433
6434
6435
# File 'lib/aws-sdk-guardduty/types.rb', line 6429

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