Struct aws_sdk_athena::output::ListDatabasesOutput
source · #[non_exhaustive]pub struct ListDatabasesOutput { /* private fields */ }
Implementations§
source§impl ListDatabasesOutput
impl ListDatabasesOutput
sourcepub fn database_list(&self) -> Option<&[Database]>
pub fn database_list(&self) -> Option<&[Database]>
A list of databases from a data catalog.
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 ListDatabasesOutput
impl ListDatabasesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDatabasesOutput
.
Trait Implementations§
source§impl Clone for ListDatabasesOutput
impl Clone for ListDatabasesOutput
source§fn clone(&self) -> ListDatabasesOutput
fn clone(&self) -> ListDatabasesOutput
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 ListDatabasesOutput
impl Debug for ListDatabasesOutput
source§impl PartialEq<ListDatabasesOutput> for ListDatabasesOutput
impl PartialEq<ListDatabasesOutput> for ListDatabasesOutput
source§fn eq(&self, other: &ListDatabasesOutput) -> bool
fn eq(&self, other: &ListDatabasesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.