Struct aws_sdk_dynamodb::model::BackupDescription
source · #[non_exhaustive]pub struct BackupDescription { /* private fields */ }
Expand description
Contains the description of the backup created for the table.
Implementations§
source§impl BackupDescription
impl BackupDescription
sourcepub fn backup_details(&self) -> Option<&BackupDetails>
pub fn backup_details(&self) -> Option<&BackupDetails>
Contains the details of the backup created for the table.
sourcepub fn source_table_details(&self) -> Option<&SourceTableDetails>
pub fn source_table_details(&self) -> Option<&SourceTableDetails>
Contains the details of the table when the backup was created.
sourcepub fn source_table_feature_details(&self) -> Option<&SourceTableFeatureDetails>
pub fn source_table_feature_details(&self) -> Option<&SourceTableFeatureDetails>
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
source§impl BackupDescription
impl BackupDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BackupDescription
.
Trait Implementations§
source§impl Clone for BackupDescription
impl Clone for BackupDescription
source§fn clone(&self) -> BackupDescription
fn clone(&self) -> BackupDescription
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