Class: Aws::GuardDuty::Types::ScanResultThreat

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

Overview

Contains information about a specific threat that was detected during the malware scan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of instances of this threat that were detected.

Returns:

  • (Integer)


10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10103

class ScanResultThreat < Struct.new(
  :name,
  :source,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end

#hashString

The hash value associated with the detected threat.

Returns:

  • (String)


10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10103

class ScanResultThreat < Struct.new(
  :name,
  :source,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end

#item_detailsArray<Types::ItemDetails>

Additional information about where this threat was detected.

Returns:



10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10103

class ScanResultThreat < Struct.new(
  :name,
  :source,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the detected threat.

Returns:

  • (String)


10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10103

class ScanResultThreat < Struct.new(
  :name,
  :source,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The source that detected this threat.

Returns:

  • (String)


10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10103

class ScanResultThreat < Struct.new(
  :name,
  :source,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end