ListQueriesRequest

Types

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

Properties

Link copied to clipboard

Use with StartTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.

Link copied to clipboard

The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.

Link copied to clipboard

The maximum number of queries to show on a page.

Link copied to clipboard

A token you can use to get the next page of results.

Link copied to clipboard

The status of queries that you want to return in results. Valid values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.

Link copied to clipboard

Use with EndTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.

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