TraceSummary

@JsonSerializable
data class TraceSummary(val Id: TraceId, val StartTime: Timestamp? = null, val Duration: Double? = null, val ResponseTime: Double? = null, val HasFault: Boolean? = null, val HasError: Boolean? = null, val HasThrottle: Boolean? = null, val IsPartial: Boolean? = null, val MatchedEventTime: Timestamp? = null, val Http: TraceHttp? = null, val Annotations: Map<String, List<ValueWithServiceIds>>? = null, val Users: List<TraceUser>? = null, val ResourceARNs: List<ResourceARNDetail>? = null, val ServiceIds: List<ServiceId>? = null)(source)

Constructors

Link copied to clipboard
constructor(Id: TraceId, StartTime: Timestamp? = null, Duration: Double? = null, ResponseTime: Double? = null, HasFault: Boolean? = null, HasError: Boolean? = null, HasThrottle: Boolean? = null, IsPartial: Boolean? = null, MatchedEventTime: Timestamp? = null, Http: TraceHttp? = null, Annotations: Map<String, List<ValueWithServiceIds>>? = null, Users: List<TraceUser>? = null, ResourceARNs: List<ResourceARNDetail>? = null, ServiceIds: List<ServiceId>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Id: TraceId
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard