Struct aws_sdk_dlm::types::ArchiveRetainRule
source · #[non_exhaustive]pub struct ArchiveRetainRule {
pub retention_archive_tier: Option<RetentionArchiveTier>,
}Expand description
[Custom snapshot policies only] Specifies information about the archive storage tier retention period.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.retention_archive_tier: Option<RetentionArchiveTier>Information about retention period in the Amazon EBS Snapshots Archive. For more information, see Archive Amazon EBS snapshots.
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 for ArchiveRetainRule
impl PartialEq 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 ==.impl StructuralPartialEq for ArchiveRetainRule
Auto Trait Implementations§
impl RefUnwindSafe for ArchiveRetainRule
impl Send for ArchiveRetainRule
impl Sync for ArchiveRetainRule
impl Unpin for ArchiveRetainRule
impl UnwindSafe for ArchiveRetainRule
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.