Struct rusoto_athena::GetQueryResultsOutput [] [src]

pub struct GetQueryResultsOutput {
    pub next_token: Option<String>,
    pub result_set: Option<ResultSet>,
}

Fields

A token to be used by the next request if this request is truncated.

The results of the query execution.

Trait Implementations

impl Default for GetQueryResultsOutput
[src]

[src]

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

impl Debug for GetQueryResultsOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetQueryResultsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations