Class: Aws::Types::AwsBackupBackupPlanRuleCopyActionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsBackupBackupPlanRuleCopyActionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_backup_vault_arn ⇒ ::String
Returns the value of attribute destination_backup_vault_arn.
-
#lifecycle ⇒ Types::AwsBackupBackupPlanLifecycleDetails
Returns the value of attribute lifecycle.
Instance Attribute Details
#destination_backup_vault_arn ⇒ ::String
Returns the value of attribute destination_backup_vault_arn.
718 719 720 |
# File 'sig/types.rbs', line 718 def destination_backup_vault_arn @destination_backup_vault_arn end |
#lifecycle ⇒ Types::AwsBackupBackupPlanLifecycleDetails
Returns the value of attribute lifecycle.
719 720 721 |
# File 'sig/types.rbs', line 719 def lifecycle @lifecycle end |