Class: Aws::GuardDuty::Types::Threat
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Threat
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Information about the detected threats associated with the generated finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#item_paths ⇒ Array<Types::ItemPath>
Information about the nested item path and hash of the protected resource.
-
#name ⇒ String
Name of the detected threat that caused GuardDuty to generate this finding.
-
#source ⇒ String
Source of the threat that generated this finding.
Instance Attribute Details
#item_paths ⇒ Array<Types::ItemPath>
Information about the nested item path and hash of the protected resource.
9150 9151 9152 9153 9154 9155 9156 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9150 class Threat < Struct.new( :name, :source, :item_paths) SENSITIVE = [] include Aws::Structure end |