Class: Aws::Types::UpdateRecoveryPointLifecycleOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecoveryPointLifecycleOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#calculated_lifecycle ⇒ Types::CalculatedLifecycle
Returns the value of attribute calculated_lifecycle.
-
#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_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def backup_vault_arn @backup_vault_arn end |
#calculated_lifecycle ⇒ Types::CalculatedLifecycle
Returns the value of attribute calculated_lifecycle.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def calculated_lifecycle @calculated_lifecycle end |
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def lifecycle @lifecycle end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def recovery_point_arn @recovery_point_arn end |