pub struct FieldLevelEncryptionProfile {
pub field_level_encryption_profile_config: FieldLevelEncryptionProfileConfig,
pub id: String,
pub last_modified_time: String,
}
Expand description
A complex data type for field-level encryption profiles.
Fields§
§field_level_encryption_profile_config: FieldLevelEncryptionProfileConfig
A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.
id: String
The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
last_modified_time: String
The last time the field-level encryption profile was updated.
Trait Implementations§
Source§impl Clone for FieldLevelEncryptionProfile
impl Clone for FieldLevelEncryptionProfile
Source§fn clone(&self) -> FieldLevelEncryptionProfile
fn clone(&self) -> FieldLevelEncryptionProfile
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 FieldLevelEncryptionProfile
impl Debug for FieldLevelEncryptionProfile
Source§impl Default for FieldLevelEncryptionProfile
impl Default for FieldLevelEncryptionProfile
Source§fn default() -> FieldLevelEncryptionProfile
fn default() -> FieldLevelEncryptionProfile
Returns the “default value” for a type. Read more
impl StructuralPartialEq for FieldLevelEncryptionProfile
Auto Trait Implementations§
impl Freeze for FieldLevelEncryptionProfile
impl RefUnwindSafe for FieldLevelEncryptionProfile
impl Send for FieldLevelEncryptionProfile
impl Sync for FieldLevelEncryptionProfile
impl Unpin for FieldLevelEncryptionProfile
impl UnwindSafe for FieldLevelEncryptionProfile
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