Struct rusoto_athena::BatchGetQueryExecutionOutput [] [src]

pub struct BatchGetQueryExecutionOutput {
    pub query_executions: Option<Vec<QueryExecution>>,
    pub unprocessed_query_execution_ids: Option<Vec<UnprocessedQueryExecutionId>>,
}

Fields

Information about a query execution.

Information about the query executions that failed to run.

Trait Implementations

impl Default for BatchGetQueryExecutionOutput
[src]

[src]

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

impl Debug for BatchGetQueryExecutionOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchGetQueryExecutionOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations