Struct rusoto_athena::NamedQuery [] [src]

pub struct NamedQuery {
    pub database: String,
    pub description: Option<String>,
    pub name: String,
    pub named_query_id: Option<String>,
    pub query_string: String,
}

A query, where QueryString is the SQL query statements that comprise the query.

Fields

The database to which the query belongs.

A brief description of the query.

The plain-language name of the query.

The unique identifier of the query.

The SQL query statements that comprise the query.

Trait Implementations

impl Default for NamedQuery
[src]

[src]

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

impl Debug for NamedQuery
[src]

[src]

Formats the value using the given formatter.

impl Clone for NamedQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more