Struct aws_sdk_dynamodb::output::DeleteBackupOutput
source · #[non_exhaustive]pub struct DeleteBackupOutput { /* private fields */ }
Implementations§
source§impl DeleteBackupOutput
impl DeleteBackupOutput
sourcepub fn backup_description(&self) -> Option<&BackupDescription>
pub fn backup_description(&self) -> Option<&BackupDescription>
Contains the description of the backup created for the table.
source§impl DeleteBackupOutput
impl DeleteBackupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBackupOutput
.
Trait Implementations§
source§impl Clone for DeleteBackupOutput
impl Clone for DeleteBackupOutput
source§fn clone(&self) -> DeleteBackupOutput
fn clone(&self) -> DeleteBackupOutput
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 more