pub struct DeleteBackupVaultInput {
pub backup_vault_name: String,
}
Fields§
§backup_vault_name: String
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
Trait Implementations§
Source§impl Clone for DeleteBackupVaultInput
impl Clone for DeleteBackupVaultInput
Source§fn clone(&self) -> DeleteBackupVaultInput
fn clone(&self) -> DeleteBackupVaultInput
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 DeleteBackupVaultInput
impl Debug for DeleteBackupVaultInput
Source§impl Default for DeleteBackupVaultInput
impl Default for DeleteBackupVaultInput
Source§fn default() -> DeleteBackupVaultInput
fn default() -> DeleteBackupVaultInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteBackupVaultInput
impl PartialEq for DeleteBackupVaultInput
Source§impl Serialize for DeleteBackupVaultInput
impl Serialize for DeleteBackupVaultInput
impl StructuralPartialEq for DeleteBackupVaultInput
Auto Trait Implementations§
impl Freeze for DeleteBackupVaultInput
impl RefUnwindSafe for DeleteBackupVaultInput
impl Send for DeleteBackupVaultInput
impl Sync for DeleteBackupVaultInput
impl Unpin for DeleteBackupVaultInput
impl UnwindSafe for DeleteBackupVaultInput
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