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_file_sha_256String

SHA256 of the file that generated the finding.

Returns:

  • (String)


7407
7408
7409
7410
7411
7412
7413
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7407

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

#threat_list_nameString

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

Returns:

  • (String)


7407
7408
7409
7410
7411
7412
7413
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7407

class ThreatIntelligenceDetail < Struct.new(
  :threat_list_name,
  :threat_names,
  :threat_file_sha_256)
  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>)


7407
7408
7409
7410
7411
7412
7413
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7407

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