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
- Struct
- Aws::XRay::Types::Edge
- Defined in:
- (unknown)
Overview
Information about a connection between two services.
Instance Attribute Summary collapse
-
#aliases ⇒ Array<Types::Alias>
Aliases for the edge.
-
#end_time ⇒ Time
The end time of the last segment on the edge.
-
#reference_id ⇒ Integer
Identifier of the edge.
-
#response_time_histogram ⇒ Array<Types::HistogramEntry>
A histogram that maps the spread of client response times on an edge.
-
#start_time ⇒ Time
The start time of the first segment on the edge.
-
#summary_statistics ⇒ Types::EdgeStatistics
Response statistics for segments on the edge.
Instance Attribute Details
#aliases ⇒ Array<Types::Alias>
Aliases for the edge.
#end_time ⇒ Time
The end time of the last segment on the edge.
#reference_id ⇒ Integer
Identifier of the edge. Unique within a service map.
#response_time_histogram ⇒ Array<Types::HistogramEntry>
A histogram that maps the spread of client response times on an edge.
#start_time ⇒ Time
The start time of the first segment on the edge.
#summary_statistics ⇒ Types::EdgeStatistics
Response statistics for segments on the edge.