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

Class: Aws::XRay::Types::EdgeStatistics

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#error_statisticsTypes::ErrorStatistics

Information about requests that failed with a 4xx Client Error status code.

Returns:

#fault_statisticsTypes::FaultStatistics

Information about requests that failed with a 5xx Server Error status code.

Returns:

#ok_countInteger

The number of requests that completed with a 2xx Success status code.

Returns:

  • (Integer)

    The number of requests that completed with a 2xx Success status code.

#total_countInteger

The total number of completed requests.

Returns:

  • (Integer)

    The total number of completed requests.

#total_response_timeFloat

The aggregate response time of completed requests.

Returns:

  • (Float)

    The aggregate response time of completed requests.