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)


1012
1013
1014
1015
1016
# File 'lib/aws-sdk-xray/types.rb', line 1012

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:



1012
1013
1014
1015
1016
# File 'lib/aws-sdk-xray/types.rb', line 1012

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