pub struct EncryptionAtRest {
pub data_volume_kms_key_id: String,
}Expand description
<p>The data-volume encryption details.</p>
Fields§
§data_volume_kms_key_id: String <p>The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.</p>
Trait Implementations§
Source§impl Clone for EncryptionAtRest
impl Clone for EncryptionAtRest
Source§fn clone(&self) -> EncryptionAtRest
fn clone(&self) -> EncryptionAtRest
Returns a duplicate 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 Debug for EncryptionAtRest
impl Debug for EncryptionAtRest
Source§impl Default for EncryptionAtRest
impl Default for EncryptionAtRest
Source§fn default() -> EncryptionAtRest
fn default() -> EncryptionAtRest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EncryptionAtRest
impl<'de> Deserialize<'de> for EncryptionAtRest
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
Source§impl PartialEq for EncryptionAtRest
impl PartialEq for EncryptionAtRest
Source§impl Serialize for EncryptionAtRest
impl Serialize for EncryptionAtRest
impl StructuralPartialEq for EncryptionAtRest
Auto Trait Implementations§
impl Freeze for EncryptionAtRest
impl RefUnwindSafe for EncryptionAtRest
impl Send for EncryptionAtRest
impl Sync for EncryptionAtRest
impl Unpin for EncryptionAtRest
impl UnwindSafe for EncryptionAtRest
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