#[non_exhaustive]pub struct DeleteDbInstanceAutomatedBackupInput { /* private fields */ }Expand description
Parameter input for the DeleteDBInstanceAutomatedBackup operation.
Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDbInstanceAutomatedBackupInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DeleteDbInstanceAutomatedBackupInput
impl Clone for DeleteDbInstanceAutomatedBackupInput
sourcefn clone(&self) -> DeleteDbInstanceAutomatedBackupInput
fn clone(&self) -> DeleteDbInstanceAutomatedBackupInput
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<DeleteDbInstanceAutomatedBackupInput> for DeleteDbInstanceAutomatedBackupInput
impl PartialEq<DeleteDbInstanceAutomatedBackupInput> for DeleteDbInstanceAutomatedBackupInput
sourcefn eq(&self, other: &DeleteDbInstanceAutomatedBackupInput) -> bool
fn eq(&self, other: &DeleteDbInstanceAutomatedBackupInput) -> bool
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
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