Class: Aws::XRay::Types::GraphLink

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

Overview

The relation between two services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_trace_idsArray<String>

Destination traces of a link relationship.

Returns:

  • (Array<String>)


1499
1500
1501
1502
1503
1504
1505
# File 'lib/aws-sdk-xray/types.rb', line 1499

class GraphLink < Struct.new(
  :reference_type,
  :source_trace_id,
  :destination_trace_ids)
  SENSITIVE = []
  include Aws::Structure
end

#reference_typeString

Relationship of a trace to the corresponding service.

Returns:

  • (String)


1499
1500
1501
1502
1503
1504
1505
# File 'lib/aws-sdk-xray/types.rb', line 1499

class GraphLink < Struct.new(
  :reference_type,
  :source_trace_id,
  :destination_trace_ids)
  SENSITIVE = []
  include Aws::Structure
end

#source_trace_idString

Source trace of a link relationship.

Returns:

  • (String)


1499
1500
1501
1502
1503
1504
1505
# File 'lib/aws-sdk-xray/types.rb', line 1499

class GraphLink < Struct.new(
  :reference_type,
  :source_trace_id,
  :destination_trace_ids)
  SENSITIVE = []
  include Aws::Structure
end