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:



6240
6241
6242
6243
6244
6245
6246
6247
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6240

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)


6240
6241
6242
6243
6244
6245
6246
6247
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6240

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

#nameString

The name of the identified threat.

Returns:

  • (String)


6240
6241
6242
6243
6244
6245
6246
6247
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6240

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)


6240
6241
6242
6243
6244
6245
6246
6247
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6240

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