Class: Aws::GuardDuty::Types::Evidence

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

Overview

Contains information about the reason that the finding was generated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#threat_intelligence_detailsArray<Types::ThreatIntelligenceDetail>

A list of threat intelligence details related to the evidence.



2819
2820
2821
2822
2823
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2819

class Evidence < Struct.new(
  :threat_intelligence_details)
  SENSITIVE = []
  include Aws::Structure
end