Struct rusoto_athena::GetQueryExecutionInput [] [src]

pub struct GetQueryExecutionInput {
    pub query_execution_id: String,
}

Fields

The unique ID of the query execution.

Trait Implementations

impl Default for GetQueryExecutionInput
[src]

[src]

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

impl Debug for GetQueryExecutionInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetQueryExecutionInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations