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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token.

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1286

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

#servicesArray<Types::Service>

The services that have processed one of the specified requests.

Returns:



1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1286

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