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

Class: Aws::XRay::Types::GetServiceGraphResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#contains_old_group_versionsBoolean

A flag indicating whether the group\'s filter expression has been consistent, or if the returned service graph may show traces from an older version of the group\'s filter expression.

Returns:

  • (Boolean)

    A flag indicating whether the group\'s filter expression has been consistent, or if the returned service graph may show traces from an older version of the group\'s filter expression.

#end_timeTime

The end of the time frame for which the graph was generated.

Returns:

  • (Time)

    The end of the time frame for which the graph was generated.

#next_tokenString

Pagination token.

Returns:

  • (String)

    Pagination token.

#servicesArray<Types::Service>

The services that have processed a traced request during the specified time frame.

Returns:

  • (Array<Types::Service>)

    The services that have processed a traced request during the specified time frame.

#start_timeTime

The start of the time frame for which the graph was generated.

Returns:

  • (Time)

    The start of the time frame for which the graph was generated.