#[non_exhaustive]pub struct DeleteBackupVaultLockConfigurationInput { /* private fields */ }
Implementations
sourceimpl DeleteBackupVaultLockConfigurationInput
impl DeleteBackupVaultLockConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBackupVaultLockConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBackupVaultLockConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBackupVaultLockConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBackupVaultLockConfigurationInput
.
sourceimpl DeleteBackupVaultLockConfigurationInput
impl DeleteBackupVaultLockConfigurationInput
sourcepub fn backup_vault_name(&self) -> Option<&str>
pub fn backup_vault_name(&self) -> Option<&str>
The name of the backup vault from which to delete Backup Vault Lock.
Trait Implementations
sourceimpl Clone for DeleteBackupVaultLockConfigurationInput
impl Clone for DeleteBackupVaultLockConfigurationInput
sourcefn clone(&self) -> DeleteBackupVaultLockConfigurationInput
fn clone(&self) -> DeleteBackupVaultLockConfigurationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DeleteBackupVaultLockConfigurationInput> for DeleteBackupVaultLockConfigurationInput
impl PartialEq<DeleteBackupVaultLockConfigurationInput> for DeleteBackupVaultLockConfigurationInput
sourcefn eq(&self, other: &DeleteBackupVaultLockConfigurationInput) -> bool
fn eq(&self, other: &DeleteBackupVaultLockConfigurationInput) -> bool
impl StructuralPartialEq for DeleteBackupVaultLockConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBackupVaultLockConfigurationInput
impl Send for DeleteBackupVaultLockConfigurationInput
impl Sync for DeleteBackupVaultLockConfigurationInput
impl Unpin for DeleteBackupVaultLockConfigurationInput
impl UnwindSafe for DeleteBackupVaultLockConfigurationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more