You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a connection between two services.

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesArray<Types::Alias>

Aliases for the edge.

Returns:

#end_timeTime

The end time of the last segment on the edge.

Returns:

  • (Time)

    The end time of the last segment on the edge.

#reference_idInteger

Identifier of the edge. Unique within a service map.

Returns:

  • (Integer)

    Identifier of the edge.

#response_time_histogramArray<Types::HistogramEntry>

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

Returns:

  • (Array<Types::HistogramEntry>)

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

#start_timeTime

The start time of the first segment on the edge.

Returns:

  • (Time)

    The start time of the first segment on the edge.

#summary_statisticsTypes::EdgeStatistics

Response statistics for segments on the edge.

Returns: