TimingInformation

Contains server-side performance information for a command. Amazon QLDB captures timing information between the times when it receives the request and when it sends the corresponding response.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The amount of time that QLDB spent on processing the command, measured in milliseconds.

Functions

Link copied to clipboard
inline fun copy(block: TimingInformation.Builder.() -> Unit = {}): TimingInformation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String