Class: Aws::GuardDuty::Types::ScanThreatName

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

Overview

Contains files infected with the given threat providing details of malware name and severity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathsArray<Types::ScanFilePath>

List of infected files in EBS volume with details.

Returns:



6404
6405
6406
6407
6408
6409
6410
6411
# File 'lib/aws-sdk-guardduty/types.rb', line 6404

class ScanThreatName < Struct.new(
  :name,
  :severity,
  :item_count,
  :file_paths)
  SENSITIVE = []
  include Aws::Structure
end

#item_countInteger

Total number of files infected with given threat.

Returns:

  • (Integer)


6404
6405
6406
6407
6408
6409
6410
6411
# File 'lib/aws-sdk-guardduty/types.rb', line 6404

class ScanThreatName < Struct.new(
  :name,
  :severity,
  :item_count,
  :file_paths)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the identified threat.

Returns:

  • (String)


6404
6405
6406
6407
6408
6409
6410
6411
# File 'lib/aws-sdk-guardduty/types.rb', line 6404

class ScanThreatName < Struct.new(
  :name,
  :severity,
  :item_count,
  :file_paths)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

Severity of threat identified as part of the malware scan.

Returns:

  • (String)


6404
6405
6406
6407
6408
6409
6410
6411
# File 'lib/aws-sdk-guardduty/types.rb', line 6404

class ScanThreatName < Struct.new(
  :name,
  :severity,
  :item_count,
  :file_paths)
  SENSITIVE = []
  include Aws::Structure
end