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)


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