Class: Aws::Types::DisassociateRecoveryPointInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateRecoveryPointInput
- 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.
-
#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.
871 872 873 |
# File 'sig/types.rbs', line 871 def backup_vault_name @backup_vault_name end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
872 873 874 |
# File 'sig/types.rbs', line 872 def recovery_point_arn @recovery_point_arn end |