Class: Aws::GuardDuty::Types::ThreatIntelligenceDetail

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

Overview

An instance of a threat intelligence detail that constitutes evidence for the finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#threat_list_nameString

The name of the threat intelligence list that triggered the finding.

Returns:

  • (String)


5692
5693
5694
5695
5696
5697
# File 'lib/aws-sdk-guardduty/types.rb', line 5692

class ThreatIntelligenceDetail < Struct.new(
  :threat_list_name,
  :threat_names)
  SENSITIVE = []
  include Aws::Structure
end

#threat_namesArray<String>

A list of names of the threats in the threat intelligence list that triggered the finding.

Returns:

  • (Array<String>)


5692
5693
5694
5695
5696
5697
# File 'lib/aws-sdk-guardduty/types.rb', line 5692

class ThreatIntelligenceDetail < Struct.new(
  :threat_list_name,
  :threat_names)
  SENSITIVE = []
  include Aws::Structure
end