Class: Aws::GuardDuty::Types::HighestSeverityThreatDetails

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

Overview

Contains details of the highest severity threat detected during scan and number of infected files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Total number of infected files with the highest severity threat detected.

Returns:

  • (Integer)


3723
3724
3725
3726
3727
3728
3729
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3723

class HighestSeverityThreatDetails < Struct.new(
  :severity,
  :threat_name,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

Severity level of the highest severity threat detected.

Returns:

  • (String)


3723
3724
3725
3726
3727
3728
3729
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3723

class HighestSeverityThreatDetails < Struct.new(
  :severity,
  :threat_name,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#threat_nameString

Threat name of the highest severity threat detected as part of the malware scan.

Returns:

  • (String)


3723
3724
3725
3726
3727
3728
3729
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3723

class HighestSeverityThreatDetails < Struct.new(
  :severity,
  :threat_name,
  :count)
  SENSITIVE = []
  include Aws::Structure
end