Struct aws_sdk_rds::operation::delete_db_instance_automated_backup::DeleteDbInstanceAutomatedBackupInput
source · #[non_exhaustive]pub struct DeleteDbInstanceAutomatedBackupInput { /* private fields */ }Expand description
Parameter input for the DeleteDBInstanceAutomatedBackup operation.
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.
source§impl DeleteDbInstanceAutomatedBackupInput
impl DeleteDbInstanceAutomatedBackupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDBInstanceAutomatedBackup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteDBInstanceAutomatedBackup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDBInstanceAutomatedBackup>
Trait Implementations§
source§impl Clone for DeleteDbInstanceAutomatedBackupInput
impl Clone for DeleteDbInstanceAutomatedBackupInput
source§fn clone(&self) -> DeleteDbInstanceAutomatedBackupInput
fn clone(&self) -> DeleteDbInstanceAutomatedBackupInput
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<DeleteDbInstanceAutomatedBackupInput> for DeleteDbInstanceAutomatedBackupInput
impl PartialEq<DeleteDbInstanceAutomatedBackupInput> for DeleteDbInstanceAutomatedBackupInput
source§fn eq(&self, other: &DeleteDbInstanceAutomatedBackupInput) -> bool
fn eq(&self, other: &DeleteDbInstanceAutomatedBackupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteDbInstanceAutomatedBackupInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDbInstanceAutomatedBackupInput
impl Send for DeleteDbInstanceAutomatedBackupInput
impl Sync for DeleteDbInstanceAutomatedBackupInput
impl Unpin for DeleteDbInstanceAutomatedBackupInput
impl UnwindSafe for DeleteDbInstanceAutomatedBackupInput
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