Class: Aws::XRay::Types::InsightImpactGraphEdge
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::InsightImpactGraphEdge
- 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
-
#reference_id ⇒ Integer
Identifier of the edge.
Instance Attribute Details
#reference_id ⇒ Integer
Identifier of the edge. Unique within a service map.
1827 1828 1829 1830 1831 |
# File 'lib/aws-sdk-xray/types.rb', line 1827 class InsightImpactGraphEdge < Struct.new( :reference_id) SENSITIVE = [] include Aws::Structure end |