Class: Aws::GuardDuty::Types::Threat

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

Overview

Information about the detected threats associated with the generated finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of occurrences of this specific threat detected during the scan.

Returns:

  • (Integer)


10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10870

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

#hashString

The hash identifier of the detected malware threat.

Returns:

  • (String)


10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10870

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

#item_detailsArray<Types::ItemDetails>

Detailed information about the detected malware threat.

Returns:



10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10870

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

#item_pathsArray<Types::ItemPath>

Information about the nested item path and hash of the protected resource.

Returns:



10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10870

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

#nameString

Name of the detected threat that caused GuardDuty to generate this finding.

Returns:

  • (String)


10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10870

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

#sourceString

Source of the threat that generated this finding.

Returns:

  • (String)


10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10870

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