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

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


7380
7381
7382
7383
7384
7385
7386
7387
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7380

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)


7380
7381
7382
7383
7384
7385
7386
7387
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7380

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:



7380
7381
7382
7383
7384
7385
7386
7387
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7380

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)


7380
7381
7382
7383
7384
7385
7386
7387
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7380

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