pub struct MLUserDataEncryption {
pub kms_key_id: Option<Value<String>>,
pub ml_user_data_encryption_mode: Value<String>,
}Expand description
The AWS::Glue::MLTransform.MLUserDataEncryption property type.
Fields§
§kms_key_id: Option<Value<String>>Property KmsKeyId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
ml_user_data_encryption_mode: Value<String>Property MLUserDataEncryptionMode.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for MLUserDataEncryption
impl Debug for MLUserDataEncryption
Source§impl Default for MLUserDataEncryption
impl Default for MLUserDataEncryption
Source§fn default() -> MLUserDataEncryption
fn default() -> MLUserDataEncryption
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MLUserDataEncryption
impl RefUnwindSafe for MLUserDataEncryption
impl Send for MLUserDataEncryption
impl Sync for MLUserDataEncryption
impl Unpin for MLUserDataEncryption
impl UnwindSafe for MLUserDataEncryption
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