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
show all
Defined in:
(unknown)

Overview

A collection of fields identifying the service in a response time warning.

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ String

The account ID associated to the service.

Returns:

  • (String) —

    The account ID associated to the service.

#entity_path ⇒ Array<Types::ResponseTimeRootCauseEntity>

The path of root cause entities found on the service.

Returns:

#inferred ⇒ Boolean

A Boolean value indicating if the service is inferred from the trace.

Returns:

  • (Boolean) —

    A Boolean value indicating if the service is inferred from the trace.

#name ⇒ String

The service name.

Returns:

  • (String) —

    The service name.

#names ⇒ Array<String>

A collection of associated service names.

Returns:

  • (Array<String>) —

    A collection of associated service names.

#type ⇒ String

The type associated to the service.

Returns:

  • (String) —

    The type associated to the service.