You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::ResponseTimeRootCauseService
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ResponseTimeRootCauseService
- Defined in:
- (unknown)
Overview
A collection of fields identifying the service in a response time warning.
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID associated to the service.
-
#entity_path ⇒ Array<Types::ResponseTimeRootCauseEntity>
The path of root cause entities found on the service.
-
#inferred ⇒ Boolean
A Boolean value indicating if the service is inferred from the trace.
-
#name ⇒ String
The service name.
-
#names ⇒ Array<String>
A collection of associated service names.
-
#type ⇒ String
The type associated to the service.
Instance Attribute Details
#account_id ⇒ String
The account ID associated to the service.
#entity_path ⇒ Array<Types::ResponseTimeRootCauseEntity>
The path of root cause entities found on the service.
#inferred ⇒ Boolean
A Boolean value indicating if the service is inferred from the trace.
#name ⇒ String
The service name.
#names ⇒ Array<String>
A collection of associated service names.
#type ⇒ String
The type associated to the service.