pub struct Encryption {
pub encryption_type: ServerSideEncryption,
pub kms_key_id: Option<SSEKMSKeyId>,
pub kms_context: Option<KMSContext>,
}Fields§
§encryption_type: ServerSideEncryption§kms_key_id: Option<SSEKMSKeyId>§kms_context: Option<KMSContext>Trait Implementations§
Source§impl Debug for Encryption
impl Debug for Encryption
Source§impl Default for Encryption
impl Default for Encryption
Source§fn default() -> Encryption
fn default() -> Encryption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Encryption
impl<'de> Deserialize<'de> for Encryption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Encryption
impl RefUnwindSafe for Encryption
impl Send for Encryption
impl Sync for Encryption
impl Unpin for Encryption
impl UnwindSafe for Encryption
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