#[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() -> DeleteBackupOutputBuilder
pub fn builder() -> DeleteBackupOutputBuilder
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 moresource§impl Debug for DeleteBackupOutput
impl Debug for DeleteBackupOutput
source§impl PartialEq<DeleteBackupOutput> for DeleteBackupOutput
impl PartialEq<DeleteBackupOutput> for DeleteBackupOutput
source§fn eq(&self, other: &DeleteBackupOutput) -> bool
fn eq(&self, other: &DeleteBackupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteBackupOutput
impl RequestId for DeleteBackupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.