Struct aws_sdk_glue::output::GetDatabasesOutput
source · #[non_exhaustive]pub struct GetDatabasesOutput { /* private fields */ }Implementations§
source§impl GetDatabasesOutput
impl GetDatabasesOutput
sourcepub fn database_list(&self) -> Option<&[Database]>
pub fn database_list(&self) -> Option<&[Database]>
A list of Database objects from the specified catalog.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
source§impl GetDatabasesOutput
impl GetDatabasesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDatabasesOutput.
Trait Implementations§
source§impl Clone for GetDatabasesOutput
impl Clone for GetDatabasesOutput
source§fn clone(&self) -> GetDatabasesOutput
fn clone(&self) -> GetDatabasesOutput
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 GetDatabasesOutput
impl Debug for GetDatabasesOutput
source§impl PartialEq<GetDatabasesOutput> for GetDatabasesOutput
impl PartialEq<GetDatabasesOutput> for GetDatabasesOutput
source§fn eq(&self, other: &GetDatabasesOutput) -> bool
fn eq(&self, other: &GetDatabasesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.