#[non_exhaustive]pub struct GetDataCatalogEncryptionSettingsOutput { /* private fields */ }Implementations§
source§impl GetDataCatalogEncryptionSettingsOutput
impl GetDataCatalogEncryptionSettingsOutput
sourcepub fn data_catalog_encryption_settings(
&self
) -> Option<&DataCatalogEncryptionSettings>
pub fn data_catalog_encryption_settings(
&self
) -> Option<&DataCatalogEncryptionSettings>
The requested security configuration.
source§impl GetDataCatalogEncryptionSettingsOutput
impl GetDataCatalogEncryptionSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDataCatalogEncryptionSettingsOutput.
Trait Implementations§
source§impl Clone for GetDataCatalogEncryptionSettingsOutput
impl Clone for GetDataCatalogEncryptionSettingsOutput
source§fn clone(&self) -> GetDataCatalogEncryptionSettingsOutput
fn clone(&self) -> GetDataCatalogEncryptionSettingsOutput
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 PartialEq<GetDataCatalogEncryptionSettingsOutput> for GetDataCatalogEncryptionSettingsOutput
impl PartialEq<GetDataCatalogEncryptionSettingsOutput> for GetDataCatalogEncryptionSettingsOutput
source§fn eq(&self, other: &GetDataCatalogEncryptionSettingsOutput) -> bool
fn eq(&self, other: &GetDataCatalogEncryptionSettingsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.