Class: Aws::GuardDuty::Types::Evidence
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Evidence
- Includes:
- Structure
- Defined in:
- 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
-
#threat_intelligence_details ⇒ Array<Types::ThreatIntelligenceDetail>
A list of threat intelligence details related to the evidence.
Instance Attribute Details
#threat_intelligence_details ⇒ Array<Types::ThreatIntelligenceDetail>
A list of threat intelligence details related to the evidence.
3115 3116 3117 3118 3119 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3115 class Evidence < Struct.new( :threat_intelligence_details) SENSITIVE = [] include Aws::Structure end |