You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::Service

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Identifier of the AWS account in which the service runs.

Returns:

  • (String)

    Identifier of the AWS account in which the service runs.

#duration_histogramArray<Types::HistogramEntry>

A histogram that maps the spread of service durations.

Returns:

#edgesArray<Types::Edge>

Connections to downstream services.

Returns:

  • (Array<Types::Edge>)

    Connections to downstream services.

#end_timeTime

The end time of the last segment that the service generated.

Returns:

  • (Time)

    The end time of the last segment that the service generated.

#nameString

The canonical name of the service.

Returns:

  • (String)

    The canonical name of the service.

#namesArray<String>

A list of names for the service, including the canonical name.

Returns:

  • (Array<String>)

    A list of names for the service, including the canonical name.

#reference_idInteger

Identifier for the service. Unique within the service map.

Returns:

  • (Integer)

    Identifier for the service.

#response_time_histogramArray<Types::HistogramEntry>

A histogram that maps the spread of service response times.

Returns:

#rootBoolean

Indicates that the service was the first service to process a request.

Returns:

  • (Boolean)

    Indicates that the service was the first service to process a request.

#start_timeTime

The start time of the first segment that the service generated.

Returns:

  • (Time)

    The start time of the first segment that the service generated.

#stateString

The service\'s state.

Returns:

  • (String)

    The service\'s state.

#summary_statisticsTypes::ServiceStatistics

Aggregated statistics for the service.

Returns:

#typeString

The type of service.

  • AWS Resource - The type of an AWS resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.

  • AWS Service - The type of an AWS service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn\'t target a specific table.

  • client - Represents the clients that sent requests to a root service.

  • remote - A downstream service of indeterminate type.

Returns:

  • (String)

    The type of service.