GetTraceSummariesData

@JsonSerializable
data class GetTraceSummariesData(val StartTime: Long, val EndTime: Long, val FilterExpression: String? = null, val TimeRangeType: TimeRangeType? = null, val Sampling: Boolean? = null, val NextToken: String? = null)(source)

The times go on the wire as whole epoch seconds, which is what every AWS SDK sends.

Constructors

Link copied to clipboard
constructor(StartTime: Long, EndTime: Long, FilterExpression: String? = null, TimeRangeType: TimeRangeType? = null, Sampling: Boolean? = null, NextToken: String? = 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