Class: Aws::SecurityAgent::Types::ThreatEvidenceShape

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#package_idString

The package identifier containing the evidence file.

Returns:

  • (String)


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

#pathString

The file path of the evidence.

Returns:

  • (String)


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