Class: Aws::Types::UpdateRecoveryPointLifecycleInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecoveryPointLifecycleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def backup_vault_name @backup_vault_name end |
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def lifecycle @lifecycle end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def recovery_point_arn @recovery_point_arn end |