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.

Instance Attribute Summary collapse

Instance Attribute Details

#coverageFloat

The types and messages of the exceptions.

Returns:

  • (Float)


1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-xray/types.rb', line 1301

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

#nameString

The name of the entity.

Returns:

  • (String)


1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-xray/types.rb', line 1301

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

#remoteBoolean

A flag that denotes a remote subsegment.

Returns:

  • (Boolean)


1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-xray/types.rb', line 1301

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