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)


9865
9866
9867
9868
9869
9870
9871
9872
9873
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9865

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)


9865
9866
9867
9868
9869
9870
9871
9872
9873
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9865

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:



9865
9866
9867
9868
9869
9870
9871
9872
9873
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9865

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

#nameString

The name of the detected threat.

Returns:

  • (String)


9865
9866
9867
9868
9869
9870
9871
9872
9873
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9865

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

#sourceString

The source that detected this threat.

Returns:

  • (String)


9865
9866
9867
9868
9869
9870
9871
9872
9873
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9865

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