Struct aws_sdk_dlm::types::ArchiveRetainRule  
source · #[non_exhaustive]pub struct ArchiveRetainRule { /* private fields */ }Expand description
[Snapshot policies only] Specifies information about the archive storage tier retention period.
Implementations§
source§impl ArchiveRetainRule
 
impl ArchiveRetainRule
sourcepub fn retention_archive_tier(&self) -> Option<&RetentionArchiveTier>
 
pub fn retention_archive_tier(&self) -> Option<&RetentionArchiveTier>
Information about retention period in the Amazon EBS Snapshots Archive. For more information, see Archive Amazon EBS snapshots.
source§impl ArchiveRetainRule
 
impl ArchiveRetainRule
sourcepub fn builder() -> ArchiveRetainRuleBuilder
 
pub fn builder() -> ArchiveRetainRuleBuilder
Creates a new builder-style object to manufacture ArchiveRetainRule.
Trait Implementations§
source§impl Clone for ArchiveRetainRule
 
impl Clone for ArchiveRetainRule
source§fn clone(&self) -> ArchiveRetainRule
 
fn clone(&self) -> ArchiveRetainRule
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 ArchiveRetainRule
 
impl Debug for ArchiveRetainRule
source§impl PartialEq<ArchiveRetainRule> for ArchiveRetainRule
 
impl PartialEq<ArchiveRetainRule> for ArchiveRetainRule
source§fn eq(&self, other: &ArchiveRetainRule) -> bool
 
fn eq(&self, other: &ArchiveRetainRule) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.