Class: Aws::XRay::Types::GetTraceGraphRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetTraceGraphRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#trace_ids ⇒ Array<String>
Trace IDs of requests for which to generate a service graph.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-xray/types.rb', line 1357 class GetTraceGraphRequest < Struct.new( :trace_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#trace_ids ⇒ Array<String>
Trace IDs of requests for which to generate a service graph.
1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-xray/types.rb', line 1357 class GetTraceGraphRequest < Struct.new( :trace_ids, :next_token) SENSITIVE = [] include Aws::Structure end |