You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::BatchGetTracesResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token.

Returns:

  • (String)

    Pagination token.

#tracesArray<Types::Trace>

Full traces for the specified requests.

Returns:

  • (Array<Types::Trace>)

    Full traces for the specified requests.

#unprocessed_trace_idsArray<String>

Trace IDs of requests that haven\'t been processed.

Returns:

  • (Array<String>)

    Trace IDs of requests that haven\'t been processed.