Struct aws_sdk_athena::input::ListDatabasesInput
source · #[non_exhaustive]pub struct ListDatabasesInput { /* private fields */ }
Implementations§
source§impl ListDatabasesInput
impl ListDatabasesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDatabases, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListDatabases, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDatabases
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDatabasesInput
.
source§impl ListDatabasesInput
impl ListDatabasesInput
sourcepub fn catalog_name(&self) -> Option<&str>
pub fn catalog_name(&self) -> Option<&str>
The name of the data catalog that contains the databases to return.
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.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Specifies the maximum number of results to return.
Trait Implementations§
source§impl Clone for ListDatabasesInput
impl Clone for ListDatabasesInput
source§fn clone(&self) -> ListDatabasesInput
fn clone(&self) -> ListDatabasesInput
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 ListDatabasesInput
impl Debug for ListDatabasesInput
source§impl PartialEq<ListDatabasesInput> for ListDatabasesInput
impl PartialEq<ListDatabasesInput> for ListDatabasesInput
source§fn eq(&self, other: &ListDatabasesInput) -> bool
fn eq(&self, other: &ListDatabasesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.