pub struct RemoveRegionsFromReplicationInput {
pub remove_replica_regions: Vec<String>,
pub secret_id: String,
}Expand description
Secrets Manager RemoveRegionsFromReplicationInput.
Fields§
§remove_replica_regions: Vec<String>§secret_id: StringTrait Implementations§
Source§impl Clone for RemoveRegionsFromReplicationInput
impl Clone for RemoveRegionsFromReplicationInput
Source§fn clone(&self) -> RemoveRegionsFromReplicationInput
fn clone(&self) -> RemoveRegionsFromReplicationInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for RemoveRegionsFromReplicationInput
impl Default for RemoveRegionsFromReplicationInput
Source§fn default() -> RemoveRegionsFromReplicationInput
fn default() -> RemoveRegionsFromReplicationInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoveRegionsFromReplicationInput
impl<'de> Deserialize<'de> for RemoveRegionsFromReplicationInput
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
Auto Trait Implementations§
impl Freeze for RemoveRegionsFromReplicationInput
impl RefUnwindSafe for RemoveRegionsFromReplicationInput
impl Send for RemoveRegionsFromReplicationInput
impl Sync for RemoveRegionsFromReplicationInput
impl Unpin for RemoveRegionsFromReplicationInput
impl UnsafeUnpin for RemoveRegionsFromReplicationInput
impl UnwindSafe for RemoveRegionsFromReplicationInput
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