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