pub struct RotateEncryptionKeyMessage {
pub cluster_identifier: String,
}
Expand description
Fields§
§cluster_identifier: String
The unique identifier of the cluster that you want to rotate the encryption keys for.
Constraints: Must be the name of valid cluster that has encryption enabled.
Trait Implementations§
Source§impl Clone for RotateEncryptionKeyMessage
impl Clone for RotateEncryptionKeyMessage
Source§fn clone(&self) -> RotateEncryptionKeyMessage
fn clone(&self) -> RotateEncryptionKeyMessage
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 RotateEncryptionKeyMessage
impl Debug for RotateEncryptionKeyMessage
Source§impl Default for RotateEncryptionKeyMessage
impl Default for RotateEncryptionKeyMessage
Source§fn default() -> RotateEncryptionKeyMessage
fn default() -> RotateEncryptionKeyMessage
Returns the “default value” for a type. Read more
impl StructuralPartialEq for RotateEncryptionKeyMessage
Auto Trait Implementations§
impl Freeze for RotateEncryptionKeyMessage
impl RefUnwindSafe for RotateEncryptionKeyMessage
impl Send for RotateEncryptionKeyMessage
impl Sync for RotateEncryptionKeyMessage
impl Unpin for RotateEncryptionKeyMessage
impl UnwindSafe for RotateEncryptionKeyMessage
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