Struct rusoto_athena::BatchGetNamedQueryOutput [] [src]

pub struct BatchGetNamedQueryOutput {
    pub named_queries: Option<Vec<NamedQuery>>,
    pub unprocessed_named_query_ids: Option<Vec<UnprocessedNamedQueryId>>,
}

Fields

Information about the named query IDs submitted.

Information about provided query IDs.

Trait Implementations

impl Default for BatchGetNamedQueryOutput
[src]

[src]

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

impl Debug for BatchGetNamedQueryOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchGetNamedQueryOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations