Class: Aws::XRay::Types::Edge

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

Overview

Information about a connection between two services.

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesArray<Types::Alias>

Aliases for the edge.

Returns:



335
336
337
338
339
340
341
342
343
# File 'lib/aws-sdk-xray/types.rb', line 335

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases)
  include Aws::Structure
end

#end_timeTime

The end time of the last segment on the edge.

Returns:

  • (Time)


335
336
337
338
339
340
341
342
343
# File 'lib/aws-sdk-xray/types.rb', line 335

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases)
  include Aws::Structure
end

#reference_idInteger

Identifier of the edge. Unique within a service map.

Returns:

  • (Integer)


335
336
337
338
339
340
341
342
343
# File 'lib/aws-sdk-xray/types.rb', line 335

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases)
  include Aws::Structure
end

#response_time_histogramArray<Types::HistogramEntry>

A histogram that maps the spread of client response times on an edge.

Returns:



335
336
337
338
339
340
341
342
343
# File 'lib/aws-sdk-xray/types.rb', line 335

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases)
  include Aws::Structure
end

#start_timeTime

The start time of the first segment on the edge.

Returns:

  • (Time)


335
336
337
338
339
340
341
342
343
# File 'lib/aws-sdk-xray/types.rb', line 335

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases)
  include Aws::Structure
end

#summary_statisticsTypes::EdgeStatistics

Response statistics for segments on the edge.



335
336
337
338
339
340
341
342
343
# File 'lib/aws-sdk-xray/types.rb', line 335

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases)
  include Aws::Structure
end