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