Class: Aws::SecurityAgent::Types::ThreatAnchorShape
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ThreatAnchorShape
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
DFD element that a threat is anchored to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the DFD element.
-
#kind ⇒ String
The kind of DFD element.
-
#package_id ⇒ String
The package identifier containing the DFD element.
Instance Attribute Details
#id ⇒ String
The identifier of the DFD element.
7490 7491 7492 7493 7494 7495 7496 |
# File 'lib/aws-sdk-securityagent/types.rb', line 7490 class ThreatAnchorShape < Struct.new( :kind, :id, :package_id) SENSITIVE = [] include Aws::Structure end |
#kind ⇒ String
The kind of DFD element.
7490 7491 7492 7493 7494 7495 7496 |
# File 'lib/aws-sdk-securityagent/types.rb', line 7490 class ThreatAnchorShape < Struct.new( :kind, :id, :package_id) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
The package identifier containing the DFD element.
7490 7491 7492 7493 7494 7495 7496 |
# File 'lib/aws-sdk-securityagent/types.rb', line 7490 class ThreatAnchorShape < Struct.new( :kind, :id, :package_id) SENSITIVE = [] include Aws::Structure end |