Class: Aws::GuardDuty::Types::ThreatIntelligenceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ThreatIntelligenceDetail
- 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
-
#threat_file_sha_256 ⇒ String
SHA256 of the file that generated the finding.
-
#threat_list_name ⇒ String
The name of the threat intelligence list that triggered the finding.
-
#threat_names ⇒ Array<String>
A list of names of the threats in the threat intelligence list that triggered the finding.
Instance Attribute Details
#threat_file_sha_256 ⇒ String
SHA256 of the file that generated the finding.
8430 8431 8432 8433 8434 8435 8436 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8430 class ThreatIntelligenceDetail < Struct.new( :threat_list_name, :threat_names, :threat_file_sha_256) SENSITIVE = [] include Aws::Structure end |
#threat_list_name ⇒ String
The name of the threat intelligence list that triggered the finding.
8430 8431 8432 8433 8434 8435 8436 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8430 class ThreatIntelligenceDetail < Struct.new( :threat_list_name, :threat_names, :threat_file_sha_256) SENSITIVE = [] include Aws::Structure end |
#threat_names ⇒ Array<String>
A list of names of the threats in the threat intelligence list that triggered the finding.
8430 8431 8432 8433 8434 8435 8436 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8430 class ThreatIntelligenceDetail < Struct.new( :threat_list_name, :threat_names, :threat_file_sha_256) SENSITIVE = [] include Aws::Structure end |