#[non_exhaustive]pub struct GetDataCatalogEncryptionSettingsInput { /* private fields */ }Implementations§
source§impl GetDataCatalogEncryptionSettingsInput
impl GetDataCatalogEncryptionSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDataCatalogEncryptionSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDataCatalogEncryptionSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDataCatalogEncryptionSettings>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDataCatalogEncryptionSettingsInput.
source§impl GetDataCatalogEncryptionSettingsInput
impl GetDataCatalogEncryptionSettingsInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.
Trait Implementations§
source§impl Clone for GetDataCatalogEncryptionSettingsInput
impl Clone for GetDataCatalogEncryptionSettingsInput
source§fn clone(&self) -> GetDataCatalogEncryptionSettingsInput
fn clone(&self) -> GetDataCatalogEncryptionSettingsInput
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<GetDataCatalogEncryptionSettingsInput> for GetDataCatalogEncryptionSettingsInput
impl PartialEq<GetDataCatalogEncryptionSettingsInput> for GetDataCatalogEncryptionSettingsInput
source§fn eq(&self, other: &GetDataCatalogEncryptionSettingsInput) -> bool
fn eq(&self, other: &GetDataCatalogEncryptionSettingsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.