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
- Struct
- Aws::XRay::Types::RequestImpactStatistics
- Defined in:
- (unknown)
Overview
Statistics that describe how the incident has impacted a service.
Returned by:
- Insight#client_request_impact_statistics
- Insight#root_cause_service_request_impact_statistics
- InsightEvent#client_request_impact_statistics
- InsightEvent#root_cause_service_request_impact_statistics
- InsightSummary#client_request_impact_statistics
- InsightSummary#root_cause_service_request_impact_statistics
Instance Attribute Summary collapse
-
#fault_count ⇒ Integer
The number of requests that have resulted in a fault,.
-
#ok_count ⇒ Integer
The number of successful requests.
-
#total_count ⇒ Integer
The total number of requests to the service.
Instance Attribute Details
#fault_count ⇒ Integer
The number of requests that have resulted in a fault,
#ok_count ⇒ Integer
The number of successful requests.
#total_count ⇒ Integer
The total number of requests to the service.