pub struct DataCatalogEncryptionSettings { /* private fields */ }Expand description
The AWS::Glue::DataCatalogEncryptionSettings resource type.
Trait Implementations§
Source§impl Default for DataCatalogEncryptionSettings
impl Default for DataCatalogEncryptionSettings
Source§fn default() -> DataCatalogEncryptionSettings
fn default() -> DataCatalogEncryptionSettings
Returns the “default value” for a type. Read more
Source§impl From<DataCatalogEncryptionSettingsProperties> for DataCatalogEncryptionSettings
impl From<DataCatalogEncryptionSettingsProperties> for DataCatalogEncryptionSettings
Source§fn from(
properties: DataCatalogEncryptionSettingsProperties,
) -> DataCatalogEncryptionSettings
fn from( properties: DataCatalogEncryptionSettingsProperties, ) -> DataCatalogEncryptionSettings
Converts to this type from the input type.
Source§impl Resource for DataCatalogEncryptionSettings
impl Resource for DataCatalogEncryptionSettings
Source§const TYPE: &'static str = "AWS::Glue::DataCatalogEncryptionSettings"
const TYPE: &'static str = "AWS::Glue::DataCatalogEncryptionSettings"
Uniquely identifies the resource type.
Source§type Properties = DataCatalogEncryptionSettingsProperties
type Properties = DataCatalogEncryptionSettingsProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &DataCatalogEncryptionSettingsProperties
fn properties(&self) -> &DataCatalogEncryptionSettingsProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut DataCatalogEncryptionSettingsProperties
fn properties_mut(&mut self) -> &mut DataCatalogEncryptionSettingsProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for DataCatalogEncryptionSettings
impl RefUnwindSafe for DataCatalogEncryptionSettings
impl Send for DataCatalogEncryptionSettings
impl Sync for DataCatalogEncryptionSettings
impl Unpin for DataCatalogEncryptionSettings
impl UnwindSafe for DataCatalogEncryptionSettings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more