Struct aws_sdk_backup::operation::get_backup_vault_notifications::GetBackupVaultNotificationsInput
source · #[non_exhaustive]pub struct GetBackupVaultNotificationsInput { /* private fields */ }
Implementations§
source§impl GetBackupVaultNotificationsInput
impl GetBackupVaultNotificationsInput
sourcepub fn backup_vault_name(&self) -> Option<&str>
pub fn backup_vault_name(&self) -> Option<&str>
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 Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
source§impl GetBackupVaultNotificationsInput
impl GetBackupVaultNotificationsInput
sourcepub fn builder() -> GetBackupVaultNotificationsInputBuilder
pub fn builder() -> GetBackupVaultNotificationsInputBuilder
Creates a new builder-style object to manufacture GetBackupVaultNotificationsInput
.
source§impl GetBackupVaultNotificationsInput
impl GetBackupVaultNotificationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBackupVaultNotifications, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetBackupVaultNotifications, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBackupVaultNotifications
>
Trait Implementations§
source§impl Clone for GetBackupVaultNotificationsInput
impl Clone for GetBackupVaultNotificationsInput
source§fn clone(&self) -> GetBackupVaultNotificationsInput
fn clone(&self) -> GetBackupVaultNotificationsInput
Returns a copy 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 PartialEq<GetBackupVaultNotificationsInput> for GetBackupVaultNotificationsInput
impl PartialEq<GetBackupVaultNotificationsInput> for GetBackupVaultNotificationsInput
source§fn eq(&self, other: &GetBackupVaultNotificationsInput) -> bool
fn eq(&self, other: &GetBackupVaultNotificationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.