#[non_exhaustive]pub struct AwsBackupRecoveryPointCalculatedLifecycleDetails { /* private fields */ }
Expand description
Specifies how long in days before a recovery point transitions to cold storage or is deleted.
Implementations§
source§impl AwsBackupRecoveryPointCalculatedLifecycleDetails
impl AwsBackupRecoveryPointCalculatedLifecycleDetails
sourcepub fn delete_at(&self) -> Option<&str>
pub fn delete_at(&self) -> Option<&str>
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays
.
sourcepub fn move_to_cold_storage_at(&self) -> Option<&str>
pub fn move_to_cold_storage_at(&self) -> Option<&str>
Specifies the number of days after creation that a recovery point is moved to cold storage.
source§impl AwsBackupRecoveryPointCalculatedLifecycleDetails
impl AwsBackupRecoveryPointCalculatedLifecycleDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsBackupRecoveryPointCalculatedLifecycleDetails
.
Trait Implementations§
source§impl Clone for AwsBackupRecoveryPointCalculatedLifecycleDetails
impl Clone for AwsBackupRecoveryPointCalculatedLifecycleDetails
source§fn clone(&self) -> AwsBackupRecoveryPointCalculatedLifecycleDetails
fn clone(&self) -> AwsBackupRecoveryPointCalculatedLifecycleDetails
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 PartialEq<AwsBackupRecoveryPointCalculatedLifecycleDetails> for AwsBackupRecoveryPointCalculatedLifecycleDetails
impl PartialEq<AwsBackupRecoveryPointCalculatedLifecycleDetails> for AwsBackupRecoveryPointCalculatedLifecycleDetails
source§fn eq(&self, other: &AwsBackupRecoveryPointCalculatedLifecycleDetails) -> bool
fn eq(&self, other: &AwsBackupRecoveryPointCalculatedLifecycleDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.