WaitStatisticsInput Class
Input to get wait statistics.
All required parameters must be populated in order to send to server.
Constructor
WaitStatisticsInput(*, observation_start_time: datetime, observation_end_time: datetime, aggregation_window: str, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
observation_start_time
|
Observation start time. Required. |
|
observation_end_time
|
Observation end time. Required. |
|
aggregation_window
|
Aggregation interval type in ISO 8601 format. Required. |