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