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_idString

The account ID associated to the service.

Returns:

  • (String)

    The account ID associated to the service.

#entity_pathArray<Types::ResponseTimeRootCauseEntity>

The path of root cause entities found on the service.

Returns:

#inferredBoolean

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.

#nameString

The service name.

Returns:

  • (String)

    The service name.

#namesArray<String>

A collection of associated service names.

Returns:

  • (Array<String>)

    A collection of associated service names.

#typeString

The type associated to the service.

Returns:

  • (String)

    The type associated to the service.