Class: Aws::Types::RecoveryPointDetails
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPointDetails
- 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.
-
#continuous_scan_details ⇒ Types::ScanConfigurationContinuousScanDetails
Returns the value of attribute continuous_scan_details.
-
#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.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def backup_vault_name @backup_vault_name end |
#continuous_scan_details ⇒ Types::ScanConfigurationContinuousScanDetails
Returns the value of attribute continuous_scan_details.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def continuous_scan_details @continuous_scan_details end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def recovery_point_arn @recovery_point_arn end |