GetScheduledQueryHistoryRequest

Types

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

Properties

Link copied to clipboard

The end time for the history query in Unix epoch format.

Link copied to clipboard

An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.

Link copied to clipboard

The ARN or name of the scheduled query to retrieve history for.

Link copied to clipboard

The maximum number of history records to return. Valid range is 1 to 1000.

Link copied to clipboard

The token for the next set of items to return. The token expires after 24 hours.

Link copied to clipboard

The start time for the history query in Unix epoch format.

Functions

Link copied to clipboard
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