Class: Aws::GuardDuty::Types::ThreatDetectedByName

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

Overview

Contains details about identified threats organized by threat name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#item_countInteger

Total number of infected files identified.

Returns:

  • (Integer)


6747
6748
6749
6750
6751
6752
6753
6754
# File 'lib/aws-sdk-guardduty/types.rb', line 6747

class ThreatDetectedByName < Struct.new(
  :item_count,
  :unique_threat_name_count,
  :shortened,
  :threat_names)
  SENSITIVE = []
  include Aws::Structure
end

#shortenedBoolean

Flag to determine if the finding contains every single infected file-path and/or every threat.

Returns:

  • (Boolean)


6747
6748
6749
6750
6751
6752
6753
6754
# File 'lib/aws-sdk-guardduty/types.rb', line 6747

class ThreatDetectedByName < Struct.new(
  :item_count,
  :unique_threat_name_count,
  :shortened,
  :threat_names)
  SENSITIVE = []
  include Aws::Structure
end

#threat_namesArray<Types::ScanThreatName>

List of identified threats with details, organized by threat name.

Returns:



6747
6748
6749
6750
6751
6752
6753
6754
# File 'lib/aws-sdk-guardduty/types.rb', line 6747

class ThreatDetectedByName < Struct.new(
  :item_count,
  :unique_threat_name_count,
  :shortened,
  :threat_names)
  SENSITIVE = []
  include Aws::Structure
end

#unique_threat_name_countInteger

Total number of unique threats by name identified, as part of the malware scan.

Returns:

  • (Integer)


6747
6748
6749
6750
6751
6752
6753
6754
# File 'lib/aws-sdk-guardduty/types.rb', line 6747

class ThreatDetectedByName < Struct.new(
  :item_count,
  :unique_threat_name_count,
  :shortened,
  :threat_names)
  SENSITIVE = []
  include Aws::Structure
end