Struct aws_sdk_glue::model::CatalogEntry
source · #[non_exhaustive]pub struct CatalogEntry { /* private fields */ }Expand description
Specifies a table definition in the Glue Data Catalog.
Implementations§
source§impl CatalogEntry
impl CatalogEntry
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The database in which the table metadata resides.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table in question.
source§impl CatalogEntry
impl CatalogEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CatalogEntry.
Trait Implementations§
source§impl Clone for CatalogEntry
impl Clone for CatalogEntry
source§fn clone(&self) -> CatalogEntry
fn clone(&self) -> CatalogEntry
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 CatalogEntry
impl Debug for CatalogEntry
source§impl PartialEq<CatalogEntry> for CatalogEntry
impl PartialEq<CatalogEntry> for CatalogEntry
source§fn eq(&self, other: &CatalogEntry) -> bool
fn eq(&self, other: &CatalogEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.