Struct rusoto_athena::ListNamedQueriesOutput [] [src]

pub struct ListNamedQueriesOutput {
    pub named_query_ids: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Fields

The list of unique query IDs.

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

Trait Implementations

impl Default for ListNamedQueriesOutput
[src]

[src]

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

impl Debug for ListNamedQueriesOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListNamedQueriesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations