Struct rusoto_athena::QueryExecutionContext [] [src]

pub struct QueryExecutionContext {
    pub database: Option<String>,
}

The database in which the query execution occurs.

Fields

The name of the database.

Trait Implementations

impl Default for QueryExecutionContext
[src]

[src]

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

impl Debug for QueryExecutionContext
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for QueryExecutionContext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations