Class: Aws::XRay::Types::InsightImpactGraphEdge

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

The connection between two service in an insight impact graph.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reference_idInteger

Identifier of the edge. Unique within a service map.

Returns:

  • (Integer)


1623
1624
1625
1626
1627
# File 'lib/aws-sdk-xray/types.rb', line 1623

class InsightImpactGraphEdge < Struct.new(
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end