Class: Aws::XRay::Types::AnomalousService

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/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_idTypes::ServiceId

Returns:



70
71
72
73
74
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 70

class AnomalousService < Struct.new(
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end