Struct aws_sdk_athena::model::DataCatalogSummary
source · #[non_exhaustive]pub struct DataCatalogSummary { /* private fields */ }
Expand description
The summary information for the data catalog, which includes its name and type.
Implementations§
source§impl DataCatalogSummary
impl DataCatalogSummary
sourcepub fn catalog_name(&self) -> Option<&str>
pub fn catalog_name(&self) -> Option<&str>
The name of the data catalog. The catalog name is unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.
sourcepub fn type(&self) -> Option<&DataCatalogType>
pub fn type(&self) -> Option<&DataCatalogType>
The data catalog type.
source§impl DataCatalogSummary
impl DataCatalogSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataCatalogSummary
.
Trait Implementations§
source§impl Clone for DataCatalogSummary
impl Clone for DataCatalogSummary
source§fn clone(&self) -> DataCatalogSummary
fn clone(&self) -> DataCatalogSummary
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 DataCatalogSummary
impl Debug for DataCatalogSummary
source§impl PartialEq<DataCatalogSummary> for DataCatalogSummary
impl PartialEq<DataCatalogSummary> for DataCatalogSummary
source§fn eq(&self, other: &DataCatalogSummary) -> bool
fn eq(&self, other: &DataCatalogSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.