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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


7393
7394
7395
7396
7397
7398
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7393

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>)


7393
7394
7395
7396
7397
7398
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7393

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