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