Struct rusoto_athena::ListQueryExecutionsOutput [] [src]

pub struct ListQueryExecutionsOutput {
    pub next_token: Option<String>,
    pub query_execution_ids: Option<Vec<String>>,
}

Fields

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

The unique IDs of each query execution as an array of strings.

Trait Implementations

impl Default for ListQueryExecutionsOutput
[src]

[src]

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

impl Debug for ListQueryExecutionsOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListQueryExecutionsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations