http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-xray
/
org.http4k.connect.amazon.xray.action
/
BatchGetTracesData
Batch
Get
Traces
Data
@
JsonSerializable
data
class
BatchGetTracesData
(
val
TraceIds
:
List
<
TraceId
>
=
emptyList()
,
val
NextToken
:
String
?
=
null
)
(
source
)
Members
Constructors
Batch
Get
Traces
Data
Link copied to clipboard
constructor
(
TraceIds
:
List
<
TraceId
>
=
emptyList()
,
NextToken
:
String
?
=
null
)
Properties
Next
Token
Link copied to clipboard
val
NextToken
:
String
?
Trace
Ids
Link copied to clipboard
val
TraceIds
:
List
<
TraceId
>