Struct rusoto_athena::StartQueryExecutionOutput [] [src]

pub struct StartQueryExecutionOutput {
    pub query_execution_id: Option<String>,
}

Fields

The unique ID of the query that ran as a result of this request.

Trait Implementations

impl Default for StartQueryExecutionOutput
[src]

[src]

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

impl Debug for StartQueryExecutionOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for StartQueryExecutionOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more