Class: Aws::XRay::Types::ResponseTimeRootCauseEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ResponseTimeRootCauseEntity
- 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
-
#coverage ⇒ Float
The type and messages of the exceptions.
-
#name ⇒ String
The name of the entity.
-
#remote ⇒ Boolean
A flag that denotes a remote subsegment.
Instance Attribute Details
#coverage ⇒ Float
The type and messages of the exceptions.
2526 2527 2528 2529 2530 2531 2532 |
# File 'lib/aws-sdk-xray/types.rb', line 2526 class ResponseTimeRootCauseEntity < Struct.new( :name, :coverage, :remote) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the entity.
2526 2527 2528 2529 2530 2531 2532 |
# File 'lib/aws-sdk-xray/types.rb', line 2526 class ResponseTimeRootCauseEntity < Struct.new( :name, :coverage, :remote) SENSITIVE = [] include Aws::Structure end |
#remote ⇒ Boolean
A flag that denotes a remote subsegment.
2526 2527 2528 2529 2530 2531 2532 |
# File 'lib/aws-sdk-xray/types.rb', line 2526 class ResponseTimeRootCauseEntity < Struct.new( :name, :coverage, :remote) SENSITIVE = [] include Aws::Structure end |