pub struct MemoryDisableMasterPassphraseAction {
pub region_id: Option<String>,
pub passphrase: Option<String>,
}Expand description
Disables the master passphrase for the given region.
This action shall disable the master passphrase on the supplied region provided the supplied master passphrase matches that of the region.
Fields§
§region_id: Option<String>The memory region ID to which to disable the master passphrase.
This parameter shall contain the memory region ID to which to disable the master passphrase.
passphrase: Option<String>The master passphrase for the specified region.
This parameter shall contain the master passphrase for the specified region.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryDisableMasterPassphraseAction
impl RefUnwindSafe for MemoryDisableMasterPassphraseAction
impl Send for MemoryDisableMasterPassphraseAction
impl Sync for MemoryDisableMasterPassphraseAction
impl Unpin for MemoryDisableMasterPassphraseAction
impl UnsafeUnpin for MemoryDisableMasterPassphraseAction
impl UnwindSafe for MemoryDisableMasterPassphraseAction
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