Class: Aws::Types::ListRecoveryPointsByBackupVaultOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListRecoveryPointsByBackupVaultOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recovery_points ⇒ ::Array[Types::RecoveryPointByBackupVault]
Returns the value of attribute recovery_points.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def next_token @next_token end |
#recovery_points ⇒ ::Array[Types::RecoveryPointByBackupVault]
Returns the value of attribute recovery_points.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def recovery_points @recovery_points end |