Class: Aws::XRay::Types::AnomalousService
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::AnomalousService
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
The service within the service graph that has anomalously high fault rates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#service_id ⇒ Types::ServiceId
70 71 72 73 74 |
# File 'lib/aws-sdk-xray/types.rb', line 70 class AnomalousService < Struct.new( :service_id) SENSITIVE = [] include Aws::Structure end |