Class: Aws::SecurityAgent::Types::ThreatAnchorShape

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

Instance Attribute Details

#idString

The identifier of the DFD element.

Returns:

  • (String)


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

#kindString

The kind of DFD element.

Returns:

  • (String)


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_idString

The package identifier containing the DFD element.

Returns:

  • (String)


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