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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

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)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-xray/types.rb', line 889

class GetServiceGraphResult < Struct.new(
  :start_time,
  :end_time,
  :services,
  :contains_old_group_versions,
  :next_token)
  include Aws::Structure
end

#end_timeTime

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

Returns:

  • (Time)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-xray/types.rb', line 889

class GetServiceGraphResult < Struct.new(
  :start_time,
  :end_time,
  :services,
  :contains_old_group_versions,
  :next_token)
  include Aws::Structure
end

#next_tokenString

Pagination token. Not used.

Returns:

  • (String)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-xray/types.rb', line 889

class GetServiceGraphResult < Struct.new(
  :start_time,
  :end_time,
  :services,
  :contains_old_group_versions,
  :next_token)
  include Aws::Structure
end

#servicesArray<Types::Service>

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

Returns:



889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-xray/types.rb', line 889

class GetServiceGraphResult < Struct.new(
  :start_time,
  :end_time,
  :services,
  :contains_old_group_versions,
  :next_token)
  include Aws::Structure
end

#start_timeTime

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

Returns:

  • (Time)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-xray/types.rb', line 889

class GetServiceGraphResult < Struct.new(
  :start_time,
  :end_time,
  :services,
  :contains_old_group_versions,
  :next_token)
  include Aws::Structure
end