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

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

Overview

The root cause information for a response time warning.

Instance Attribute Summary collapse

Instance Attribute Details

#servicesArray<Types::ResponseTimeRootCauseService>

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



1279
1280
1281
1282
# File 'lib/aws-sdk-xray/types.rb', line 1279

class ResponseTimeRootCause < Struct.new(
  :services)
  include Aws::Structure
end