Class: Aws::XRay::Types::GetTraceGraphResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetTraceGraphResult
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#services ⇒ Array<Types::Service>
The services that have processed one of the specified requests.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
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 |
#services ⇒ Array<Types::Service>
The services that have processed one of the specified requests.
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 |