Class: Aws::XRay::Types::FaultRootCause

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

Overview

The root cause information for a trace summary fault.

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)


607
608
609
610
611
612
# File 'lib/aws-sdk-xray/types.rb', line 607

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

#servicesArray<Types::FaultRootCauseService>

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

Returns:



607
608
609
610
611
612
# File 'lib/aws-sdk-xray/types.rb', line 607

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