Class: Aws::XRay::Types::ResponseTimeRootCauseEntity

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

Overview

A collection of segments and corresponding subsegments associated to a response time warning.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coverageFloat

The type and messages of the exceptions.

Returns:

  • (Float)


2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-xray/types.rb', line 2236

class ResponseTimeRootCauseEntity < Struct.new(
  :name,
  :coverage,
  :remote)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the entity.

Returns:

  • (String)


2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-xray/types.rb', line 2236

class ResponseTimeRootCauseEntity < Struct.new(
  :name,
  :coverage,
  :remote)
  SENSITIVE = []
  include Aws::Structure
end

#remoteBoolean

A flag that denotes a remote subsegment.

Returns:

  • (Boolean)


2236
2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-xray/types.rb', line 2236

class ResponseTimeRootCauseEntity < Struct.new(
  :name,
  :coverage,
  :remote)
  SENSITIVE = []
  include Aws::Structure
end