Struct rusoto_athena::BatchGetQueryExecutionInput [] [src]

pub struct BatchGetQueryExecutionInput {
    pub query_execution_ids: Vec<String>,
}

Fields

An array of query execution IDs.

Trait Implementations

impl Default for BatchGetQueryExecutionInput
[src]

[src]

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

impl Debug for BatchGetQueryExecutionInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchGetQueryExecutionInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more