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.
7502 7503 7504 7505 7506 7507 7508 |
# File 'lib/aws-sdk-securityagent/types.rb', line 7502 class ThreatAnchorShape < Struct.new( :kind, :id, :package_id) SENSITIVE = [] include Aws::Structure end |
#kind ⇒ String
The kind of DFD element.
7502 7503 7504 7505 7506 7507 7508 |
# File 'lib/aws-sdk-securityagent/types.rb', line 7502 class ThreatAnchorShape < Struct.new( :kind, :id, :package_id) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
The package identifier containing the DFD element.
7502 7503 7504 7505 7506 7507 7508 |
# File 'lib/aws-sdk-securityagent/types.rb', line 7502 class ThreatAnchorShape < Struct.new( :kind, :id, :package_id) SENSITIVE = [] include Aws::Structure end |