Class: Aws::XRay::Types::ResponseTimeRootCause

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

The root cause information for a response time warning.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_impactingBoolean

A flag that denotes that the root cause impacts the trace client.

Returns:

  • (Boolean)


2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2212

class ResponseTimeRootCause < Struct.new(
  :services,
  :client_impacting)
  SENSITIVE = []
  include Aws::Structure
end

#servicesArray<Types::ResponseTimeRootCauseService>

A list of corresponding services. A service identifies a segment and contains a name, account ID, type, and inferred flag.



2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2212

class ResponseTimeRootCause < Struct.new(
  :services,
  :client_impacting)
  SENSITIVE = []
  include Aws::Structure
end