#[non_exhaustive]pub struct AwsBackupBackupPlanRuleCopyActionsDetails { /* private fields */ }
Expand description
An array of CopyAction
objects, each of which contains details of the copy operation.
Implementations§
source§impl AwsBackupBackupPlanRuleCopyActionsDetails
impl AwsBackupBackupPlanRuleCopyActionsDetails
sourcepub fn destination_backup_vault_arn(&self) -> Option<&str>
pub fn destination_backup_vault_arn(&self) -> Option<&str>
An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
sourcepub fn lifecycle(&self) -> Option<&AwsBackupBackupPlanLifecycleDetails>
pub fn lifecycle(&self) -> Option<&AwsBackupBackupPlanLifecycleDetails>
Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.
source§impl AwsBackupBackupPlanRuleCopyActionsDetails
impl AwsBackupBackupPlanRuleCopyActionsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsBackupBackupPlanRuleCopyActionsDetails
.
Trait Implementations§
source§impl Clone for AwsBackupBackupPlanRuleCopyActionsDetails
impl Clone for AwsBackupBackupPlanRuleCopyActionsDetails
source§fn clone(&self) -> AwsBackupBackupPlanRuleCopyActionsDetails
fn clone(&self) -> AwsBackupBackupPlanRuleCopyActionsDetails
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<AwsBackupBackupPlanRuleCopyActionsDetails> for AwsBackupBackupPlanRuleCopyActionsDetails
impl PartialEq<AwsBackupBackupPlanRuleCopyActionsDetails> for AwsBackupBackupPlanRuleCopyActionsDetails
source§fn eq(&self, other: &AwsBackupBackupPlanRuleCopyActionsDetails) -> bool
fn eq(&self, other: &AwsBackupBackupPlanRuleCopyActionsDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.