#[non_exhaustive]pub struct DbInstanceAutomatedBackupsReplication { /* private fields */ }Expand description
Automated backups of a DB instance replicated to another Amazon Web Services Region. They consist of system backups, transaction logs, and database instance properties.
Implementations
sourceimpl DbInstanceAutomatedBackupsReplication
impl DbInstanceAutomatedBackupsReplication
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 replicated automated backups.
sourceimpl DbInstanceAutomatedBackupsReplication
impl DbInstanceAutomatedBackupsReplication
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DbInstanceAutomatedBackupsReplication.
Trait Implementations
sourceimpl Clone for DbInstanceAutomatedBackupsReplication
impl Clone for DbInstanceAutomatedBackupsReplication
sourcefn clone(&self) -> DbInstanceAutomatedBackupsReplication
fn clone(&self) -> DbInstanceAutomatedBackupsReplication
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<DbInstanceAutomatedBackupsReplication> for DbInstanceAutomatedBackupsReplication
impl PartialEq<DbInstanceAutomatedBackupsReplication> for DbInstanceAutomatedBackupsReplication
sourcefn eq(&self, other: &DbInstanceAutomatedBackupsReplication) -> bool
fn eq(&self, other: &DbInstanceAutomatedBackupsReplication) -> bool
impl StructuralPartialEq for DbInstanceAutomatedBackupsReplication
Auto Trait Implementations
impl RefUnwindSafe for DbInstanceAutomatedBackupsReplication
impl Send for DbInstanceAutomatedBackupsReplication
impl Sync for DbInstanceAutomatedBackupsReplication
impl Unpin for DbInstanceAutomatedBackupsReplication
impl UnwindSafe for DbInstanceAutomatedBackupsReplication
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