Struct rusoto_athena::ListQueryExecutionsInput [] [src]

pub struct ListQueryExecutionsInput {
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
}

Fields

The maximum number of query executions to return in this request.

The token that specifies where to start pagination if a previous request was truncated.

Trait Implementations

impl Default for ListQueryExecutionsInput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ListQueryExecutionsInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListQueryExecutionsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations