Method: Aws::XRay::Types::BatchGetTracesResult#next_token
- Defined in:
- lib/aws-sdk-xray/types.rb
#next_token ⇒ String
Pagination token.
152 153 154 155 156 157 158 |
# File 'lib/aws-sdk-xray/types.rb', line 152 class BatchGetTracesResult < Struct.new( :traces, :unprocessed_trace_ids, :next_token) SENSITIVE = [] include Aws::Structure end |