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