Struct aws_sdk_athena::output::ListNamedQueriesOutput
source · #[non_exhaustive]pub struct ListNamedQueriesOutput { /* private fields */ }
Implementations§
source§impl ListNamedQueriesOutput
impl ListNamedQueriesOutput
sourcepub fn named_query_ids(&self) -> Option<&[String]>
pub fn named_query_ids(&self) -> Option<&[String]>
The list of unique query IDs.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the previous page call.
source§impl ListNamedQueriesOutput
impl ListNamedQueriesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNamedQueriesOutput
.
Trait Implementations§
source§impl Clone for ListNamedQueriesOutput
impl Clone for ListNamedQueriesOutput
source§fn clone(&self) -> ListNamedQueriesOutput
fn clone(&self) -> ListNamedQueriesOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListNamedQueriesOutput
impl Debug for ListNamedQueriesOutput
source§impl PartialEq<ListNamedQueriesOutput> for ListNamedQueriesOutput
impl PartialEq<ListNamedQueriesOutput> for ListNamedQueriesOutput
source§fn eq(&self, other: &ListNamedQueriesOutput) -> bool
fn eq(&self, other: &ListNamedQueriesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.