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

Class: Aws::XRay::Types::RequestImpactStatistics

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#fault_countInteger

The number of requests that have resulted in a fault,

Returns:

  • (Integer)

    The number of requests that have resulted in a fault,.

#ok_countInteger

The number of successful requests.

Returns:

  • (Integer)

    The number of successful requests.

#total_countInteger

The total number of requests to the service.

Returns:

  • (Integer)

    The total number of requests to the service.