#[non_exhaustive]pub struct GetDataCatalogEncryptionSettingsInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for GetDataCatalogEncryptionSettingsInput
impl Clone for GetDataCatalogEncryptionSettingsInput
sourcefn clone(&self) -> GetDataCatalogEncryptionSettingsInput
fn clone(&self) -> GetDataCatalogEncryptionSettingsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<GetDataCatalogEncryptionSettingsInput> for GetDataCatalogEncryptionSettingsInput
impl PartialEq<GetDataCatalogEncryptionSettingsInput> for GetDataCatalogEncryptionSettingsInput
sourcefn eq(&self, other: &GetDataCatalogEncryptionSettingsInput) -> bool
fn eq(&self, other: &GetDataCatalogEncryptionSettingsInput) -> bool
impl StructuralPartialEq for GetDataCatalogEncryptionSettingsInput
Auto Trait Implementations
impl RefUnwindSafe for GetDataCatalogEncryptionSettingsInput
impl Send for GetDataCatalogEncryptionSettingsInput
impl Sync for GetDataCatalogEncryptionSettingsInput
impl Unpin for GetDataCatalogEncryptionSettingsInput
impl UnwindSafe for GetDataCatalogEncryptionSettingsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more