Struct rusoto_athena::GetQueryResultsInput [] [src]

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

Fields

The maximum number of results (rows) to return in this request.

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

The unique ID of the query execution.

Trait Implementations

impl Default for GetQueryResultsInput
[src]

[src]

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

impl Debug for GetQueryResultsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetQueryResultsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more