ListRecoveryPointsByBackupVaultOutput constructor
ListRecoveryPointsByBackupVaultOutput({
- String? nextToken,
- List<
RecoveryPointByBackupVault> ? recoveryPoints,
Implementation
ListRecoveryPointsByBackupVaultOutput({
this.nextToken,
this.recoveryPoints,
});