Class: Aws::Types::CopyAction
- Inherits:
-
Object
- Object
- Aws::Types::CopyAction
- 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::Lifecycle
Returns the value of attribute lifecycle.
Instance Attribute Details
#destination_backup_vault_arn ⇒ ::String
Returns the value of attribute destination_backup_vault_arn.
254 255 256 |
# File 'sig/types.rbs', line 254 def destination_backup_vault_arn @destination_backup_vault_arn end |
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
253 254 255 |
# File 'sig/types.rbs', line 253 def lifecycle @lifecycle end |