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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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:



7044
7045
7046
7047
7048
7049
7050
7051
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7044

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)


7044
7045
7046
7047
7048
7049
7050
7051
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7044

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

#nameString

The name of the identified threat.

Returns:

  • (String)


7044
7045
7046
7047
7048
7049
7050
7051
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7044

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)


7044
7045
7046
7047
7048
7049
7050
7051
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7044

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