Class: Aws::XRay::Types::GetTraceGraphResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token. Not used.

Returns:

  • (String)


932
933
934
935
936
# File 'lib/aws-sdk-xray/types.rb', line 932

class GetTraceGraphResult < Struct.new(
  :services,
  :next_token)
  include Aws::Structure
end

#servicesArray<Types::Service>

The services that have processed one of the specified requests.

Returns:



932
933
934
935
936
# File 'lib/aws-sdk-xray/types.rb', line 932

class GetTraceGraphResult < Struct.new(
  :services,
  :next_token)
  include Aws::Structure
end