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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#item_pathsArray<Types::ItemPath>

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

Returns:



7771
7772
7773
7774
7775
7776
7777
# File 'lib/aws-sdk-guardduty/types.rb', line 7771

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

#nameString

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

Returns:

  • (String)


7771
7772
7773
7774
7775
7776
7777
# File 'lib/aws-sdk-guardduty/types.rb', line 7771

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

#sourceString

Source of the threat that generated this finding.

Returns:

  • (String)


7771
7772
7773
7774
7775
7776
7777
# File 'lib/aws-sdk-guardduty/types.rb', line 7771

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