Struct aws_sdk_rds::operation::delete_db_instance_automated_backup::DeleteDbInstanceAutomatedBackupInput
source · #[non_exhaustive]pub struct DeleteDbInstanceAutomatedBackupInput {
pub dbi_resource_id: Option<String>,
pub db_instance_automated_backups_arn: Option<String>,
}
Expand description
Parameter input for the DeleteDBInstanceAutomatedBackup
operation.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.dbi_resource_id: Option<String>
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
db_instance_automated_backups_arn: Option<String>
The Amazon Resource Name (ARN) of the automated backups to delete, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
This setting doesn't apply to RDS Custom.
Implementations§
source§impl DeleteDbInstanceAutomatedBackupInput
impl DeleteDbInstanceAutomatedBackupInput
sourcepub fn dbi_resource_id(&self) -> Option<&str>
pub fn dbi_resource_id(&self) -> Option<&str>
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
sourcepub fn db_instance_automated_backups_arn(&self) -> Option<&str>
pub fn db_instance_automated_backups_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the automated backups to delete, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
This setting doesn't apply to RDS Custom.
source§impl DeleteDbInstanceAutomatedBackupInput
impl DeleteDbInstanceAutomatedBackupInput
sourcepub fn builder() -> DeleteDbInstanceAutomatedBackupInputBuilder
pub fn builder() -> DeleteDbInstanceAutomatedBackupInputBuilder
Creates a new builder-style object to manufacture DeleteDbInstanceAutomatedBackupInput
.
Trait Implementations§
source§impl Clone for DeleteDbInstanceAutomatedBackupInput
impl Clone for DeleteDbInstanceAutomatedBackupInput
source§fn clone(&self) -> DeleteDbInstanceAutomatedBackupInput
fn clone(&self) -> DeleteDbInstanceAutomatedBackupInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for DeleteDbInstanceAutomatedBackupInput
impl PartialEq for DeleteDbInstanceAutomatedBackupInput
source§fn eq(&self, other: &DeleteDbInstanceAutomatedBackupInput) -> bool
fn eq(&self, other: &DeleteDbInstanceAutomatedBackupInput) -> bool
self
and other
values to be equal, and is used
by ==
.