Struct aws_sdk_backup::input::CreateBackupVaultInput
source · [−]#[non_exhaustive]pub struct CreateBackupVaultInput { /* private fields */ }
Implementations
sourceimpl CreateBackupVaultInput
impl CreateBackupVaultInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBackupVault, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBackupVault, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateBackupVault
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBackupVaultInput
.
sourceimpl CreateBackupVaultInput
impl CreateBackupVaultInput
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 letters, numbers, and hyphens.
Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.
sourcepub fn encryption_key_arn(&self) -> Option<&str>
pub fn encryption_key_arn(&self) -> Option<&str>
The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
sourcepub fn creator_request_id(&self) -> Option<&str>
pub fn creator_request_id(&self) -> Option<&str>
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
Trait Implementations
sourceimpl Clone for CreateBackupVaultInput
impl Clone for CreateBackupVaultInput
sourcefn clone(&self) -> CreateBackupVaultInput
fn clone(&self) -> CreateBackupVaultInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more