Class: Aws::SecurityAgent::Types::ThreatEvidenceShape
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ThreatEvidenceShape
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Source code file supporting a threat.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_id ⇒ String
The package identifier containing the evidence file.
-
#path ⇒ String
The file path of the evidence.
Instance Attribute Details
#package_id ⇒ String
The package identifier containing the evidence file.
7510 7511 7512 7513 7514 7515 |
# File 'lib/aws-sdk-securityagent/types.rb', line 7510 class ThreatEvidenceShape < Struct.new( :package_id, :path) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The file path of the evidence.
7510 7511 7512 7513 7514 7515 |
# File 'lib/aws-sdk-securityagent/types.rb', line 7510 class ThreatEvidenceShape < Struct.new( :package_id, :path) SENSITIVE = [] include Aws::Structure end |